Skip to content

Commit

Permalink
chore: publish reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 18, 2024
1 parent 4313e7f commit 21cef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-reference-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Extract and Store Newly Generated Docs Version Number
run: |
echo "NEW_DOCS_VERSION=$(jq -r '.version' code/target/dokka/version.json)" >> $GITHUB_ENV
echo "NEW_DOCS_VERSION=$(jq -r '.version' code/build/dokka/html/version.json)" >> $GITHUB_ENV
echo "----"
echo ${{ env.NEW_DOCS_VERSION }}
echo "----"
Expand Down

0 comments on commit 21cef7d

Please sign in to comment.