We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e07d8 commit ad2c569Copy full SHA for ad2c569
2 files changed
.github/workflows/docs.yml
@@ -2,7 +2,6 @@ name: Deploy Docs
2
3
on:
4
workflow_dispatch:
5
- workflow_call:
6
push:
7
branches:
8
- main
.github/workflows/release.yml
@@ -283,7 +283,7 @@ jobs:
283
- uses: actions/checkout@v4
284
with:
285
ref: main
286
- token: ${{ secrets.GITHUB_TOKEN }}
+ # token: ${{ secrets.RELEASE_PAT }} # TODO: uncomment once org approves PAT
287
288
- name: Download build artifacts
289
uses: actions/download-artifact@v4
@@ -415,11 +415,3 @@ jobs:
415
git commit -m "Update versions.json for ${{ needs.prepare.outputs.version }}"
416
git push
417
fi
418
-
419
- deploy-docs:
420
- needs: update-versions
421
- uses: ./.github/workflows/docs.yml
422
- permissions:
423
- contents: read
424
- pages: write
425
- id-token: write
0 commit comments