Skip to content

Commit c778f05

Browse files
committed
Testing site deploy
1 parent 8f99fc8 commit c778f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
url: ${{ steps.deployment.outputs.page_url }}
6161
runs-on: ubuntu-latest
6262
needs: build
63-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
63+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/docs-inital-commit'
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment

0 commit comments

Comments
 (0)