Skip to content

Bump hmarr/auto-approve-action from 3 to 4 #316

Bump hmarr/auto-approve-action from 3 to 4

Bump hmarr/auto-approve-action from 3 to 4 #316

Workflow file for this run

name: Github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs