Skip to content

Commit

Permalink
Update deploy-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh authored Sep 2, 2024
1 parent f5b8501 commit 0d3cec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
node-version: [20.11.1]
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn build:docs
- run: cp CNAME ./dev-examples/docs/dist/
Expand Down

0 comments on commit 0d3cec1

Please sign in to comment.