correct branch name: master -> main

This commit is contained in:
Hongrui Fang 2022-06-14 18:36:32 +08:00
parent 04dcf16c9a
commit 71d393fad1
No known key found for this signature in database
GPG key ID: 1C4711FFF64C0254

View file

@ -7,7 +7,7 @@ on:
- "flake.lock"
- "agora.cabal"
branches:
- master
- main
- staging
pull_request:
paths:
@ -88,7 +88,7 @@ jobs:
# which is set to automatically deploy to https://liqwid-labs.github.io/agora/.
- name: Publish Documentation
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result/agora/html