Skip to content

Commit

Permalink
chore: publish site
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Dec 3, 2023
1 parent e6e1ee5 commit 59999e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./doc-site
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -34,21 +37,17 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: ./doc-site

- name: Build
run: yarn build
working-directory: ./doc-site

- name: Setup Pages
uses: actions/configure-pages@v3
working-directory: ./doc-site

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./dist
working-directory: ./doc-site

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 59999e9

Please sign in to comment.