Skip to content

Commit 52c8ad8

Browse files
authored
Move guides directory into docs (#41)
Closes #40 Signed-off-by: Jon Koops <[email protected]>
1 parent bb288ff commit 52c8ad8

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

.github/workflows/x-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
for i in `gh release view ${{ inputs.tag }} --json assets --jq '.assets[].name'`; do
8282
test -f $i || gh release delete-asset ${{ inputs.tag }} $i -y
8383
done
84-
gh release upload ${{ inputs.tag }} keycloak-js.tgz "guides/target/keycloak-js-guides.zip" --clobber
84+
gh release upload ${{ inputs.tag }} keycloak-js.tgz "docs/guides/target/keycloak-js-guides.zip" --clobber
8585
env:
8686
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A client-side JavaScript OpenID Connect library that can be used to secure web applications.",
66
"scripts": {
77
"lint": "standard",
8-
"guides": "node guides/guides.mjs $npm_package_version"
8+
"guides": "node docs/guides/guides.mjs $npm_package_version"
99
},
1010
"exports": {
1111
".": {

0 commit comments

Comments
 (0)