Skip to content

Commit

Permalink
chore(docs): ci docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 16, 2024
1 parent c3d1562 commit 01aebe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v4
# In order to build the website we need to have the library built first.
# This is because the Twoslash will depend on the types from Graffle,
# which in this setup is coming from a pnpm install targetting the local
# library file path.
- name: Install Library Dependencies
run: pnpm install
- name: Build Library
Expand Down

0 comments on commit 01aebe3

Please sign in to comment.