Skip to content

Commit

Permalink
⚙️ updated pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFlint committed Sep 28, 2024
1 parent dc96cc6 commit bf06e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# Setup the project in a NodeJS environment
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run the project build command which outputs to 'dist'
- name: Install and Build 🔧
Expand All @@ -23,7 +23,7 @@ jobs:
# Upload the 'dist' directory to be used in the deploy job
- name: Upload pages artifact 📦
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v3
with:
path: build/

Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit bf06e91

Please sign in to comment.