Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jun 28, 2024
1 parent 5689826 commit 358a54a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_doc.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Build documentation

env:
PR_NUMBER: ${{ github.event.number }}
on:
push:
branches:
- 'main'
workflow_dispatch:

# 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.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
Expand All @@ -27,4 +30,3 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs_build
target-folder: latest

0 comments on commit 358a54a

Please sign in to comment.