Skip to content

Commit f56c5ee

Browse files
committed
moved a folder
1 parent 1f04cf5 commit f56c5ee

File tree

22 files changed

+366
-366
lines changed

22 files changed

+366
-366
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
node-version: '18'
2525

2626
- name: Install dependencies
27-
run: cd ./site/docs/ && npm install
27+
run: cd ./site/ && npm install
2828

2929
- name: Build site
30-
run: cd ./site/docs && npm run build
30+
run: cd ./site/ && npm run build
3131
env:
3232
VITE_SCIM_TEST_SERVER_URL: ${{ secrets.VITE_SCIM_TEST_SERVER_URL }}
3333
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
@@ -36,7 +36,7 @@ jobs:
3636
run: npm install -g netlify-cli
3737

3838
- name: Deploy to Netlify
39-
run: netlify deploy --prod --dir=./site/docs/.vitepress/dist
39+
run: netlify deploy --prod --dir=./site/.vitepress/dist
4040
env:
4141
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
4242
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node_modules
22
.env
3-
site/docs/.vitepress/cache/
3+
site/.vitepress/cache/
44

55
# Local Netlify folder
66
.netlify

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SCIM Verify
22

3-
![SCIM Verify](site/docs/public/scimverify-ogimage.png)
3+
![SCIM Verify](site/public/scimverify-ogimage.png)
44

55
This tool is created to check the SCIM (System for Cross-domain Identity Management) conformance of your SCIM server.
66

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- "5173:5173"
2828
volumes:
2929
- .:/usr/src/app
30-
working_dir: /usr/src/app/site/docs
30+
working_dir: /usr/src/app/site/
3131
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
3232
environment:
3333
- NODE_ENV=development
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)