Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored and dependabot[bot] committed Dec 25, 2023
1 parent ed46712 commit f96ab56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ jobs:
source: ./pages
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
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 Down

0 comments on commit f96ab56

Please sign in to comment.