Skip to content

Commit

Permalink
Merge pull request #56 from 18F/nmb/fix-main-build
Browse files Browse the repository at this point in the history
Fix main deploy workflow by adding dev dependencies
  • Loading branch information
neilmb authored Aug 12, 2024
2 parents 39aa692 + 5ef5ba1 commit 7cfd207
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v4

- name: Install node dependencies
run: npm ci

- name: Build with Eleventy
uses: TartanLlama/actions-eleventy@master
run: npm run build

- name: Deploy to cloud.gov
uses: cloud-gov/cg-cli-tools@main
Expand Down

0 comments on commit 7cfd207

Please sign in to comment.