Skip to content

Commit

Permalink
ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 77ac2e4 commit 9c961e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
options: --user root
credentials:
username: mpokornyetm
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
steps:
- name: Install doxygen
working-directory: /opt/WinCC_OA/3.19/bin/
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
options: --user root
credentials:
username: mpokornyetm
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
needs: [build, package]
steps:
Expand Down Expand Up @@ -376,14 +376,14 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Publish help
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: tests
steps:
- name: Download help
uses: actions/download-artifact@v3
with:
name: html-help
path: ${{github.workspace}}/public/
path: ${{github.workspace}}/

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 9c961e5

Please sign in to comment.