Skip to content

Commit

Permalink
fix: 🐛 PDF Generation failed
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 19, 2023
1 parent 9ba911c commit 5fab136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -32,4 +32,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: docs
folder: dist
folder: dist

0 comments on commit 5fab136

Please sign in to comment.