Skip to content

Commit f55981c

Browse files
Revert "REVERTME: dry-run documentation workflow"
This reverts commit 7d7982c. Looks like the original commit, which stops building docs on `master`, was only for testing and not meant to be landed.
1 parent faa42db commit f55981c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: documentation
22
on:
33
push:
44
branches:
5-
- ubuntu-24.04
5+
- master
6+
paths:
7+
- 'docs/**'
8+
- 'resources/**'
9+
- 'tools/**'
610
pull_request:
711
paths:
812
- 'docs/**'
@@ -30,4 +34,4 @@ jobs:
3034
- name: Run website_build.sh
3135
run: ./tools/ci/website_build.sh
3236
env:
33-
DEPLOY_TOKEN: dummy
37+
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)