Skip to content

Commit

Permalink
🐛 Publish bugfix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Feb 12, 2024
1 parent 8f38ca5 commit a360fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Deploy
run: |
export MAJOR_VERSION=${{ github.ref:0:3 }}
FULL_VERSION=${{ github.ref }}
export MAJOR_VERSION=${FULL_VERSION:0:3}
echo "OWNER: ${REPO_OWNER}. BUILD: ${MAJOR_VERSION}"
bash ./docs/build-docs.sh push $REPO_OWNER
env:
Expand Down

0 comments on commit a360fed

Please sign in to comment.