Skip to content

Commit

Permalink
Another try at building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pushchris committed Feb 25, 2023
1 parent 39c420b commit 90e8793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
- name: Move build folder
run: mv build _site
run: npm run build && mv build _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

Expand Down

0 comments on commit 90e8793

Please sign in to comment.