mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Debug github
This commit is contained in:
parent
e318c6e56e
commit
cb1562de19
19
.github/workflows/gh-pages.yml
vendored
19
.github/workflows/gh-pages.yml
vendored
@ -32,9 +32,18 @@ jobs:
|
|||||||
- name: ls
|
- name: ls
|
||||||
run: ls -sh ./docs
|
run: ls -sh ./docs
|
||||||
|
|
||||||
- name: Deploy
|
# - name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
# uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs
|
# publish_dir: ./docs
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||||
|
with:
|
||||||
|
branch: gh-pages
|
||||||
|
folder: ./docs
|
||||||
|
|
||||||
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# publish_dir: ./docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user