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 b153ddf commit 3f49e80Copy full SHA for 3f49e80
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,9 @@ jobs:
14
uses: ./.github/workflows/partial-frontend.yml
15
16
build-release:
17
+ permissions:
18
+ contents: read
19
+ packages: write
20
name: Build Tagged Release
21
uses: ./.github/workflows/partial-builder.yml
22
needs:
@@ -25,22 +28,6 @@ jobs:
25
28
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
26
29
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
27
30
- publish-docs:
- name: Deploy docs
- runs-on: ubuntu-latest
31
- needs:
32
- - build-release
33
- steps:
34
- - name: Checkout main
35
- uses: actions/checkout@v3
36
-
37
- - name: Deploy docs
38
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
39
- env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- CONFIG_FILE: docs/mkdocs.yml
42
- EXTRA_PACKAGES: build-base
43
44
notify-discord:
45
name: Notify Discord
46
0 commit comments