mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: adds cloudflare pages deploy hook (#631)
This commit is contained in:
parent
97f013bccf
commit
81260a2c25
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -40,3 +40,7 @@ jobs:
|
||||
run: |
|
||||
cd docs
|
||||
mike deploy nightly --push
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${CFP_HOOK}
|
||||
|
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
@ -52,6 +52,10 @@ jobs:
|
||||
cd docs
|
||||
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${CFP_HOOK}
|
||||
|
||||
packaging:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user