Skip to content

Commit

Permalink
fix gh-pages jobA
Browse files Browse the repository at this point in the history
With alpaka-group#2323 we broke the github pages CI job.

```
cd ${GITHUB_WORKSPACE}
./script/install_doxygen.sh
./script/setup_utilities/agc-manager.sh: line 3: ALPAKA_CI_OS_NAME: ALPAKA_CI_OS_NAME must be specified
```
  • Loading branch information
psychocoderHPC committed Aug 6, 2024
1 parent 89d5ce6 commit 7baa361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- develop
env:
ALPAKA_CI_OS_NAME: "Linux"

jobs:
gh-pages:
Expand Down

0 comments on commit 7baa361

Please sign in to comment.