Skip to content

Commit a5ef649

Browse files
committed
Rename website directory to docs
- Rename website/ to docs/ for better clarity - Update GitHub Actions workflow to reference docs directory - All file history preserved through git mv
1 parent 1d16964 commit a5ef649

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+5
-5
lines changed

.github/workflows/website.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'website/**'
8+
- 'docs/**'
99
- '.github/workflows/website.yml'
1010
pull_request:
1111
branches:
1212
- main
1313
paths:
14-
- 'website/**'
14+
- 'docs/**'
1515
workflow_dispatch:
1616

1717
permissions:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
defaults:
3030
run:
31-
working-directory: website
31+
working-directory: docs
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: 20
4040
cache: npm
41-
cache-dependency-path: website/package-lock.json
41+
cache-dependency-path: docs/package-lock.json
4242

4343
- name: Setup Pages
4444
uses: actions/configure-pages@v4
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3
5454
with:
55-
path: website/build
55+
path: docs/build
5656

5757
deploy:
5858
environment:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)