File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ time : " 04:00"
8+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -43,12 +43,11 @@ jobs:
4343 name : Command Line ITS-Tools
4444 path : website
4545 - name : Deploy to GitHub Pages
46- uses : JamesIves/github-pages-deploy-action@3.7.1
46+ uses : JamesIves/github-pages-deploy-action@v4.3.3
4747 with :
48- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49- BRANCH : gh-pages # The branch the action should deploy to.
50- FOLDER : website # The folder the action should deploy.
51- CLEAN : true # Automatically remove deleted files from the deploy branch
52- SINGLE_COMMIT : true # clear history
48+ branch : gh-pages # The branch the action should deploy to.
49+ folder : website # The folder the action should deploy.
50+ clean : true # Automatically remove deleted files from the deploy branch
51+ single-commit : true # clear history
5352
5453
You can’t perform that action at this time.
0 commit comments