Skip to content

Commit bc7a050

Browse files
committed
Revert "docs: Migrate publishing to 'builds'"
This reverts commit 90213ff. Going back to the gh-pages. Although this only shows the latest PR that was pushed directly, at least it will preview. This can be put back once we figure out where to publish these. Signed-off-by: David Brown <[email protected]>
1 parent 90213ff commit bc7a050

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs.yml

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

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

7881
environment:
7982
name: github-pages
@@ -82,7 +85,6 @@ jobs:
8285
runs-on: ubuntu-latest
8386

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

0 commit comments

Comments
 (0)