Skip to content

Commit

Permalink
Website: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 11, 2023
1 parent 62141a5 commit 542638c
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
working-directory: ./website
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all history for "latest modified time"
- run: npm install --global vercel@latest
- run: make src/pages/docs
- name: Pull Vercel Environment Information
Expand Down
Loading

0 comments on commit 542638c

Please sign in to comment.