Skip to content

Commit

Permalink
Merge pull request #27 from bincrafters/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/deploy-pages-4

Bump actions/deploy-pages from 3 to 4
  • Loading branch information
ericLemanissier authored Dec 26, 2023
2 parents b869fcf + adc457a commit 67531ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
source: ./pages
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand All @@ -277,6 +277,7 @@ jobs:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
actions: read

# Deploy to the github-pages environment
environment:
Expand All @@ -287,4 +288,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 67531ab

Please sign in to comment.