Skip to content

Commit

Permalink
Update createBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Feb 17, 2024
1 parent 469f99a commit ffd003e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
# for JamesIves/github-pages-deploy-action@v4
contents: write
pages: write
id-token: write
#contents: write
#pages: write
#id-token: write
# for jUnit report
checks: write

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
working-directory: ${{github.workspace}}/WinCC_OA_Test/
run: |
cwd=$(pwd)
echo my token:${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
mkdir -p $cwd/Projects/TfCustomizedQG/config
cd $cwd/Projects/TfCustomizedQG/config
Expand Down Expand Up @@ -384,24 +384,24 @@ jobs:
files: WinCCOA_QualityChecks_${{ github.event.release.tag_name }}.zip


publish-help:
# !! TODO enable it only on release
# if: github.event_name == 'release'
name: Publish help
runs-on: ubuntu-latest
needs: tests
steps:
- name: Download help
uses: actions/download-artifact@v3
with:
name: html-help
path: ${{github.workspace}}/docs/

- name: Create .nojekyll (ensures pages with underscores work on gh pages)
run: touch ./docs/.nojekyll
shell: bash

- name: Publish GitHub pages help
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./docs/
# publish-help:
## !! TODO enable it only on release
# # if: github.event_name == 'release'
# name: Publish help
# runs-on: ubuntu-latest
# needs: tests
# steps:
# - name: Download help
# uses: actions/download-artifact@v3
# with:
# name: html-help
# path: ${{github.workspace}}/docs/

# - name: Create .nojekyll (ensures pages with underscores work on gh pages)
# run: touch ./docs/.nojekyll
# shell: bash

# - name: Publish GitHub pages help
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# folder: ./docs/

0 comments on commit ffd003e

Please sign in to comment.