Skip to content

Commit

Permalink
Update build_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc authored Mar 8, 2024
1 parent a18a6d5 commit 5c6118b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- uses: actions/checkout@v2
- name: 'Extract Docs'
run: |
rm -r ./pages
mkdir ./pages
rm -rf ./pages
rm -rf ./docs
mkdir ./docs
unzip webHelpIN2-all.zip -d ./pages
rm webHelpIN2-all.zip
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 5c6118b

Please sign in to comment.