Skip to content

Commit

Permalink
change version in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Dec 19, 2023
1 parent 74d3297 commit 960aced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
export WHERE=$(pwd)
node ./scripts/release/change-doc-version-github-action.js
sh ./scripts/doc.sh all
# TODO: git commit -am 'publish documentation'
# TODO: git push origin master
git commit -am 'publish documentation'
git push origin master

0 comments on commit 960aced

Please sign in to comment.