mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-09-01 06:38:12 +00:00
added debug output to deploy-pages.yml
This commit is contained in:
parent
d258f01d59
commit
2d03a6c0ce
8
.github/workflows/deploy-pages.yml
vendored
8
.github/workflows/deploy-pages.yml
vendored
@ -27,6 +27,14 @@ jobs:
|
|||||||
- name: Build static documentation bundle
|
- name: Build static documentation bundle
|
||||||
run: src/docs/build-static-bundle.sh site "${{ github.event.release.tag_name }}"
|
run: src/docs/build-static-bundle.sh site "${{ github.event.release.tag_name }}"
|
||||||
|
|
||||||
|
- name: Debug site
|
||||||
|
run: |
|
||||||
|
echo "PWD: $(pwd)"
|
||||||
|
ls -la
|
||||||
|
ls -la site
|
||||||
|
du -sh site
|
||||||
|
find site -type f -exec ls -lh {} \;
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v5
|
uses: actions/upload-pages-artifact@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user