Skip to content

Commit

Permalink
Add setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 1, 2023
1 parent 552bac8 commit b63f9e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
node-version: 20
cache: npm

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
with:
static_site_generator: gatsby
generator_config_file: docs/gatsby-config.ts

- name: Install Dependencies
id: install
run: npm ci
Expand Down

0 comments on commit b63f9e1

Please sign in to comment.