Skip to content

Commit

Permalink
Merge pull request #7 from rok4/develop
Browse files Browse the repository at this point in the history
Correction de la publication des modifications de la documentation
  • Loading branch information
Dolite committed Aug 30, 2023
2 parents 1494049 + 7b40029 commit fb18030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add -v docs/versions/${{ github.ref_name }}/ docs/versions/latest/ docs/index.md docs/versions.md
git add -v docs/versions/${{ github.ref_name }}/ docs/versions/latest/ docs/index.md docs/versions/index.md
git commit -m "Add documentation for version ${{ github.ref_name }}"
git push
Expand Down

0 comments on commit fb18030

Please sign in to comment.