correct branch name: master -> main
This commit is contained in:
parent
0cc5684482
commit
b44681f77f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integrate.yaml
vendored
4
.github/workflows/integrate.yaml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
- "flake.lock"
|
- "flake.lock"
|
||||||
- "agora.cabal"
|
- "agora.cabal"
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- staging
|
- staging
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
# which is set to automatically deploy to https://liqwid-labs.github.io/agora/.
|
# which is set to automatically deploy to https://liqwid-labs.github.io/agora/.
|
||||||
- name: Publish Documentation
|
- name: Publish Documentation
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./result/agora/html
|
publish_dir: ./result/agora/html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue