Skip to content

Commit

Permalink
fix build docs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 14, 2023
1 parent aa34376 commit 9d0389b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: PyMeshLab version
id: version
run: |
echo "pyml_version=$(cat PYML_VERSION)" >> $GITHUB_ENV
echo "pyml_version=$(cat PYML_VERSION)" >> $GITHUB_OUTPUT
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
git add --force pymeshlab/lib/*
git add README.md
git commit -m "${{steps.commit_message.outputs.message}} and add libs" -a
git tag -a ${{steps.version.outputs.pyml_version}} -m "Version ${{steps.version.outputs.pyml_version}} docs"
git tag ${{steps.version.outputs.pyml_version}} HEAD
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 9d0389b

Please sign in to comment.