File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - ' website/**'
8+ - ' docs/**'
9+ - ' src/**'
10+ - ' static/**'
11+ - ' docusaurus.config.ts'
12+ - ' sidebars.ts'
13+ - ' package.json'
14+ - ' package-lock.json'
915 - ' .github/workflows/deploy.yml'
1016 workflow_dispatch :
1117
@@ -21,9 +27,6 @@ concurrency:
2127jobs :
2228 build :
2329 runs-on : ubuntu-latest
24- defaults :
25- run :
26- working-directory : website
2730 steps :
2831 - name : Checkout
2932 uses : actions/checkout@v4
3336 with :
3437 node-version : 20
3538 cache : npm
36- cache-dependency-path : website/package-lock.json
3739
3840 - name : Install dependencies
3941 run : npm ci
4446 - name : Upload artifact
4547 uses : actions/upload-pages-artifact@v3
4648 with :
47- path : website/ build
49+ path : build
4850
4951 deploy :
5052 environment :
You can’t perform that action at this time.
0 commit comments