mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-09-01 06:38:12 +00:00
Compare commits
1 Commits
0dfe833ea7
...
8e11c6befe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e11c6befe |
7
.github/workflows/deploy-pages.yml
vendored
7
.github/workflows/deploy-pages.yml
vendored
@ -1,9 +1,7 @@
|
||||
name: Deploy API Docs to GitHub Pages
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
push:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -26,7 +24,8 @@ jobs:
|
||||
|
||||
- name: Build static documentation bundle
|
||||
run: |
|
||||
src/docs/build-static-bundle.sh site "${{ github.event.release.tag_name }}"
|
||||
VERSION=$(git describe --tags --always)
|
||||
src/docs/build-static-bundle.sh site "$VERSION"
|
||||
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user