Skip to content

Commit

Permalink
Fix github actions for deploy dokka pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlkomaru committed Jan 6, 2024
1 parent 59e57d6 commit 34dc79c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Release Drafter

on:
# Runs on pushes targeting the default branch
push:
branches:
- master
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read
contents: write
pages: write
id-token: write
pull-requests: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand All @@ -17,10 +21,7 @@ concurrency:
cancel-in-progress: false

jobs:
build:
permissions:
contents: write
pull-requests: write
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 34dc79c

Please sign in to comment.