Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment thread
aylward marked this conversation as resolved.
Outdated
permissions:
contents: read

Expand Down Expand Up @@ -84,6 +86,8 @@ jobs:
needs: build-docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
contents: read
pages: write
Expand Down Expand Up @@ -118,6 +122,8 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v4
with:
enablement: true

- name: Upload artifact for Pages
uses: actions/upload-pages-artifact@v3
Expand Down
Loading