Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit e782ddc

Browse files
authored
Merge pull request #3 from yanntm/master
update workflow
2 parents 70ab234 + ec1f563 commit e782ddc

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)