Skip to content

Commit 90213ff

Browse files
committed
docs: Migrate publishing to 'builds'
Instead of publishing to gh-pages, which supports a single set of pages, publish the results to the S3 repo for builds.zephyrproject.org, with PRs getting their own tree, and the 'main' getting replaced each time main merges. The 'zephyr' repo, when it incorporates the docs, will generate them itself and publish them as part of the normal doc updates for 'latest' and for releases. Signed-off-by: David Brown <[email protected]>
1 parent 7725e34 commit 90213ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474

7575
deploy:
7676
needs: generate-docs
77-
permissions:
78-
pages: write
79-
id-token: write
8077

8178
environment:
8279
name: github-pages
@@ -85,6 +82,7 @@ jobs:
8582
runs-on: ubuntu-latest
8683

8784
steps:
88-
- name: Deploy to GitHub Pages
89-
id: deployment
90-
uses: actions/deploy-pages@v4
85+
- name: Some deploy debugging
86+
run: |
87+
echo "This shows deployment"
88+
echo "Key: ${AWS_BUILDS_ZEPHYR_PR_ACCESS_KEY_ID}"

0 commit comments

Comments
 (0)