mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
rename sync-boostlook-css workflow and configure GH_TOKEN for v2-docs workflows (#51)
This commit is contained in:
6
.github/workflows/sync-boostlook-css.yml
vendored
6
.github/workflows/sync-boostlook-css.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Sync boostlook.css to website-v2 and website-v2-docs repositories
|
||||
name: Sync boostlook.css to website-v2 & website-v2-docs
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -59,9 +59,13 @@ jobs:
|
||||
fi
|
||||
- name: Trigger website-v2-docs ui-release workflow
|
||||
if: success()
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh workflow run ui-release.yml --repo boostorg/website-v2-docs --ref develop
|
||||
- name: Trigger website-v2-docs publish workflow
|
||||
if: success()
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh workflow run publish.yml --repo boostorg/website-v2-docs --ref develop
|
||||
|
||||
Reference in New Issue
Block a user