Skip to content

Commit

Permalink
gh-pages fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 3b5d51e commit 77ac2e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
release:
types: [published]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down Expand Up @@ -366,6 +372,9 @@ jobs:
# inspired by https://nimblehq.co/blog/create-github-wiki-pull-request
publish-help:
# if: github.event_name == 'release'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Publish help
runs-on: ubuntu-20.04
needs: tests
Expand Down

0 comments on commit 77ac2e4

Please sign in to comment.