Skip to content

Commit 7c407e4

Browse files
SchlenkRSchlenkR
authored andcommitted
GH A
1 parent b598fa3 commit 7c407e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-and-publish-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
- name: Build solution
2525
run: dotnet build -c Release
2626

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

3130
- name: Upload docs artifact to GH pages
3231
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)