remove docs-site-poc branch (#464)

This commit is contained in:
Andrew Maguire
2023-01-07 13:43:59 +00:00
committed by GitHub
parent 36462b12d2
commit cff0b7ee01
+1 -4
View File
@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- docs-site-poc
paths:
- ".github/workflows/deploy-docs-site.yaml"
- "docs/**"
@@ -45,9 +44,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/docs-site-poc' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build