Skip to content

Commit

Permalink
Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
robwittman committed Jul 12, 2023
1 parent d75c2ad commit 5e157ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Build website
run: npm build
run: npm run build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down
Empty file added docs/src/css/custom.css
Empty file.

0 comments on commit 5e157ae

Please sign in to comment.