Skip to content

Commit 0df886c

Browse files
committed
feat(deploy): removed build dir and changed action files
1 parent a4c0d21 commit 0df886c

File tree

127 files changed

+36
-1997
lines changed

Some content is hidden

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

127 files changed

+36
-1997
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
1-
name: Documentation
1+
# docs-deployment
2+
3+
name: Deploy to GitHub Pages
24

35
on:
46
push:
57
branches:
68
- docs-deployment
79

810
jobs:
9-
build:
10-
name: Build Docusaurus
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v4
15-
16-
deploy:
17-
name: Deploy to GitHub Pages
18-
needs: build
19-
20-
permissions:
21-
pages: write
22-
id-token: write
23-
11+
build_and_deploy:
2412
runs-on: ubuntu-latest
2513
steps:
26-
- name: Checkout code
27-
uses: actions/checkout@v4
14+
- uses: actions/checkout@v4
2815

29-
- name: Deploy to GitHub Pages
30-
id: deployment
31-
uses: actions/deploy-pages@v4
32-
with:
33-
source: ./docs
16+
# Call the reusable composite action from Docusaurus directory
17+
- uses: ./documentation/build-and-deploy.yml@v1 # Adjust version if needed

docs/.DS_Store

-6 KB
Binary file not shown.

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/assets/css/styles.c412bb52.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
-632 KB
Binary file not shown.
-95.3 KB
Binary file not shown.
-29.4 KB
Binary file not shown.
-422 KB
Binary file not shown.

docs/assets/js/0058b4c6.27e82f81.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)