Skip to content

Commit ac08bb3

Browse files
move docs to docusaurus
1 parent 69e47a9 commit ac08bb3

Some content is hidden

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

47 files changed

+8
-8
lines changed

.github/workflows/ci-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
paths-ignore:
66
- 'README.md'
7-
- 'docs/**'
7+
- 'docusaurus/**'
88
pull_request:
99
types: [assigned, opened, synchronize, reopened, ready_for_review, edited]
1010
paths-ignore:
1111
- 'README.md'
12-
- 'docs/**'
12+
- 'docusaurus/**'
1313
schedule:
1414
- cron: '0 0 * * *'
1515

.github/workflows/docs-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
push:
55
paths:
6-
- 'docs/**'
6+
- 'docusaurus/**'
77

88
jobs:
99
gh-pages:
@@ -14,15 +14,15 @@ jobs:
1414
- name: Setup
1515
uses: borales/[email protected]
1616
with:
17-
cmd: --cwd docs/ install
17+
cmd: --cwd docusaurus/ install
1818
- name: Build
1919
uses: borales/[email protected]
2020
with:
21-
cmd: --cwd docs/ build
21+
cmd: --cwd docusaurus/ build
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
2525
personal_token: ${{ secrets.PERSONAL_TOKEN }}
26-
publish_dir: docs/build
26+
publish_dir: docusaurus/build
2727
external_repository: project-openubl/xbuilder-docs
2828
publish_branch: master
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)