Skip to content

Bump hmarr/auto-approve-action from 3 to 4 (#854) #848

Bump hmarr/auto-approve-action from 3 to 4 (#854)

Bump hmarr/auto-approve-action from 3 to 4 (#854) #848

Workflow file for this run

name: Github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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