Skip to content

Commit

Permalink
Move guides directory into docs
Browse files Browse the repository at this point in the history
Closes keycloak#40

Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops committed Feb 19, 2025
1 parent bb288ff commit 76397c4
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/x-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
for i in `gh release view ${{ inputs.tag }} --json assets --jq '.assets[].name'`; do
test -f $i || gh release delete-asset ${{ inputs.tag }} $i -y
done
gh release upload ${{ inputs.tag }} keycloak-js.tgz "guides/target/keycloak-js-guides.zip" --clobber
gh release upload ${{ inputs.tag }} keycloak-js.tgz "docs/guides/target/keycloak-js-guides.zip" --clobber
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A client-side JavaScript OpenID Connect library that can be used to secure web applications.",
"scripts": {
"lint": "standard",
"guides": "node guides/guides.mjs $npm_package_version"
"guides": "node docs/guides/guides.mjs $npm_package_version"
},
"exports": {
".": {
Expand Down

0 comments on commit 76397c4

Please sign in to comment.