Skip to content

Commit 2c2bba2

Browse files
Merge pull request #396 from hack-gpon/simonebortolin-patch-1
Update pages.yml
2 parents cbae804 + a8184aa commit 2c2bba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache-version: 0 # Increment this number if you need to re-download cached gems
4747
- name: Setup Pages
4848
id: pages
49-
uses: actions/configure-pages@v2
49+
uses: actions/configure-pages@v3
5050
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" # defaults output to '/_site'
5151
env:
5252
JEKYLL_ENV: production
5353
- name: Upload artifact
5454
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v1
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)