Skip to content

Commit

Permalink
Playwright dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMoore committed Jan 5, 2024
1 parent c18fc85 commit 84f3d56
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
dotnet new tool-manifest
dotnet tool install --local SiteGen.Cli --version 0.1.7-alpha
- name: Build site
id: build-site
run: |
Expand All @@ -42,7 +42,10 @@ jobs:
cd "${{ env.SITE_PATH }}"
npm install
npm run build
- name: Install Playwright
run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps

- name: Run SiteGen
id: run-sitegen
run: |
Expand Down

0 comments on commit 84f3d56

Please sign in to comment.