Skip to content

Commit

Permalink
JSDoc - Try to forward the version number in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 27, 2025
1 parent 2e82cab commit ff4f647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
node-version: 21

- name: Change tokens about versions
run: make version-doc
run: |
make version-doc
echo "FULL_VERSION=${FULL_VERSION}" >> $GITHUB_ENV
- name: Building JS docs
run: make js-doc
Expand All @@ -40,7 +42,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: js
path: docs/js/assets/1.0.0/
path: docs/js/assets/${{ env.FULL_VERSION }}

phpdoc:
name: "🐘 PHP-Doc"
Expand Down

0 comments on commit ff4f647

Please sign in to comment.