mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Fix master branch name
This commit is contained in:
parent
03dccd9c0a
commit
96a97b140a
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install sphinx sphinx_rtd_theme && cd doc && make html && cd -
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
publish_branch: gh-pages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user