Skip to content

Commit

Permalink
Update lume_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieKnee authored Nov 14, 2023
1 parent 7368775 commit 516c9e4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lume_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
# uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
with:
token: ***
timeout: 600000
error_count: 10
reporting_interval: 5000
artifact_name: github-pages
preview: false

0 comments on commit 516c9e4

Please sign in to comment.