Skip to content

Commit

Permalink
Merge pull request #423 from DomCR/wiki-fix
Browse files Browse the repository at this point in the history
wiki generation fix
  • Loading branch information
DomCR committed Aug 15, 2024
2 parents ed0b790 + be3e82b commit 64b5b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
with:
submodules: true
- name: Restore dependencies and Build
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: ./update-wiki.sh
shell: bash
env:
ASSEMBLY_PATH: "src/ACadSharp/bin/Release/net6.0/ACadSharp.dll"
ASSEMBLY_PATH: "ACadSharp/bin/Release/net6.0/ACadSharp.dll"
GITHUB_TOKEN: ${{ github.token }}
2 changes: 2 additions & 0 deletions update-wiki.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
set -eu

cd ./src

echo "Restore project"
dotnet restore

Expand Down

0 comments on commit 64b5b6d

Please sign in to comment.