Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maripiek committed Feb 18, 2024
1 parent dae0b77 commit 32a925f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: pixel-planets-build
path: ./build
Expand All @@ -50,12 +50,12 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: pixel-planets-build

- name: Configure Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v3

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 32a925f

Please sign in to comment.