Skip to content

Commit

Permalink
Fixed release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxystem committed Dec 22, 2024
1 parent 7126352 commit 0a2a3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: write
pages: write
id-token: write

concurrency:
group: "pages"
Expand All @@ -33,7 +34,7 @@ jobs:
run: ./gradlew allTests dokkaGenerate
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
- name: Upload Artifact to GitHub Pages
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/current'
Expand Down

0 comments on commit 0a2a3a0

Please sign in to comment.