Wayne Warthen
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yml
|
|
@ -63,7 +63,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Deploy Docs |
|
|
- name: Deploy Docs |
|
|
uses: peaceiris/actions-gh-pages@v4 |
|
|
uses: peaceiris/actions-gh-pages@v4 |
|
|
if: github.ref == 'refs/heads/master' |
|
|
|
|
|
|
|
|
# if: github.ref == 'refs/heads/master' |
|
|
with: |
|
|
with: |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
publish_dir: Source/Doc/site |
|
|
publish_dir: Source/Doc/site |
|
|
|