Skip to content

Commit

Permalink
attempt to fix tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 10, 2024
1 parent 43bd205 commit 561b7cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
run: |
echo "Deploying from ref ${GITHUB_REF#refs/*/}"
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: install dev nbsite
run: pip install --pre -U nbsite
- name: install dev
# To make sure the latest is installed.
run: pip install -e . --no-deps
- name: conda info
run: conda info
- name: conda list
Expand Down

0 comments on commit 561b7cd

Please sign in to comment.