Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbenns committed Sep 4, 2023
1 parent de1d7b4 commit 3dbc558
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 @@ -23,7 +23,7 @@ jobs:
- run: npm ci
- run: npm run build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v2
with:
path: ./build
deploy:
Expand All @@ -33,4 +33,4 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v1
- uses: actions/deploy-pages@v2

0 comments on commit 3dbc558

Please sign in to comment.