Skip to content

Commit

Permalink
Updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrosa01 committed Mar 13, 2024
1 parent ec56797 commit a35b4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build
steps:
- name: git-checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get npm cache directory
id: npm-cache-dir
Expand All @@ -45,7 +45,7 @@ jobs:
VITE_BASE: https://rioni.es

- name: Upload compiled source
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: website
path: dist/
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: '.'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a35b4a7

Please sign in to comment.