Removed action restrictions
Update gh-pages.yml and packaging.yml
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Deploy documentation to gh-pages
|
||||
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: ./doc
|
||||
|
||||
Reference in New Issue
Block a user