Skip to content

Commit

Permalink
Update pagesDeployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPerez9 authored Dec 20, 2023
1 parent 1814b77 commit 2c8e675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pagesDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Build with Jekyll
Expand All @@ -41,7 +41,7 @@ jobs:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3.0.0
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report build status
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3
with:
emit_telemetry: true
timeout: 600000
Expand All @@ -89,4 +89,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.0
uses: actions/deploy-pages@v3

0 comments on commit 2c8e675

Please sign in to comment.