mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-09-23 06:39:14 +00:00
Compare commits
1 Commits
78ae95bfdd
...
fb2e522702
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb2e522702 |
8
.github/workflows/deploy-pages.yml
vendored
8
.github/workflows/deploy-pages.yml
vendored
@ -27,6 +27,14 @@ jobs:
|
||||
VERSION=$(git describe --tags --always)
|
||||
src/docs/build-static-bundle.sh site "$VERSION"
|
||||
|
||||
- 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
|
||||
uses: actions/upload-pages-artifact@v5
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user