From d31d8b819dc26ea91a67649f769bd79150b796b1 Mon Sep 17 00:00:00 2001 From: Yann Thierry-Mieg Date: Wed, 11 May 2022 12:32:16 +0200 Subject: [PATCH] update workflow --- ITS-commandline/.github/dependabot.yml | 8 ++++++++ ITS-commandline/.github/workflows/build.yml | 11 +++++------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 ITS-commandline/.github/dependabot.yml diff --git a/ITS-commandline/.github/dependabot.yml b/ITS-commandline/.github/dependabot.yml new file mode 100644 index 0000000000..62df99a6dd --- /dev/null +++ b/ITS-commandline/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 diff --git a/ITS-commandline/.github/workflows/build.yml b/ITS-commandline/.github/workflows/build.yml index c502e33ae7..db29c55d7f 100644 --- a/ITS-commandline/.github/workflows/build.yml +++ b/ITS-commandline/.github/workflows/build.yml @@ -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