Skip to content

Commit

Permalink
Use a path were always the latest API docs are stored (#116)
Browse files Browse the repository at this point in the history
Closes: #115
  • Loading branch information
ahus1 committed Apr 12, 2024
1 parent 18e0ef6 commit 88a6349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/x-keycloak-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
rm keycloak-api-docs-${{ inputs.version }}.zip
mv keycloak-api-docs-${{ inputs.version }} docs-api/${{ inputs.version }}
cd docs-api
rm -rf latest
ln -s ${{ inputs.version }} latest
- name: Download documentation
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 88a6349

Please sign in to comment.