Skip to content

Commit

Permalink
Merge pull request #3 from yanntm/master
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
yanntm authored May 11, 2022
2 parents 3402467 + d31d8b8 commit f768b6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions ITS-commandline/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
11 changes: 5 additions & 6 deletions ITS-commandline/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ jobs:
name: Command Line ITS-Tools
path: website
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: website # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
SINGLE_COMMIT: true # clear history
branch: gh-pages # The branch the action should deploy to.
folder: website # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch
single-commit: true # clear history


0 comments on commit f768b6e

Please sign in to comment.