Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Mar 19, 2024
1 parent 2476940 commit c428935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: recursive
depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4.0.2
with:
node-version: 18
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile

- name: Build
run: yarn docs:build

- name: Create File
uses: finnp/create-file-action@1.0.0
uses: finnp/create-file-action@2.0.0
env:
FILE_NAME: "docs/.vitepress/dist/CNAME"
FILE_DATA: "kb.corona.studio"


- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+18 −13 .github/workflows/main.yml

0 comments on commit c428935

Please sign in to comment.