Skip to content

Commit

Permalink
Merge pull request atomvm#829 from UncleGrumpy/publish_docs
Browse files Browse the repository at this point in the history
Fix publish-docs.yaml
  • Loading branch information
fadushin authored Oct 2, 2023
2 parents 29a0e41 + 01c8693 commit 6a84835
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ jobs:
shell: bash
run: |
. /home/runner/python-env/sphinx/bin/activate
if [ ${GITHUB_REPOSITORY} == 'atomvm/AtomVM' ]; then {
for remote in `git tag -l | grep -v "/HEAD\|${{ github.ref_name }}"`; do git checkout --track $remote; done
git checkout ${{ github.ref_name }}
};
fi
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 6a84835

Please sign in to comment.