Skip to content

Commit

Permalink
GH A
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR authored and SchlenkR committed Sep 26, 2024
1 parent b598fa3 commit 7c407e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: Build solution
run: dotnet build -c Release

- name: Build docu
run: ./docu.sh
shell: bash
- name: Make docu.sh executable
run: chmod +x ./docu.sh

- name: Upload docs artifact to GH pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7c407e4

Please sign in to comment.