Skip to content

Commit

Permalink
build: exclude _build dir from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 7, 2024
1 parent c191203 commit 3609e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
git checkout docportal || git checkout --orphan docportal
git rm -rf .
cp -r _build/* .
git add .
git rm -rf _build
git add . ':!_build'
git commit -m "chore: update of documentation"
git push --force origin docportal

0 comments on commit 3609e3b

Please sign in to comment.