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 c8ffec6 commit ea9a840
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ 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: Test
run: echo ${{ env.FULL_VERSION }}

- name: Building JS docs
run: make js-doc
Expand All @@ -40,7 +45,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: js
path: docs/js/assets/**/
path: docs/js/assets/${{ env.FULL_VERSION }}

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

0 comments on commit ea9a840

Please sign in to comment.