Browse Source

Update release.yml

pull/569/head
Wayne Warthen 8 months ago
committed by GitHub
parent
commit
54b48da071
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -63,7 +63,7 @@ jobs:
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: Source/Doc/site

Loading…
Cancel
Save