diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 9d6a4737..8073de92 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.1 - name: Update Guide - run: ./run.sh + run: ./update.sh - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.0 with: diff --git a/run.sh b/update.sh similarity index 84% rename from run.sh rename to update.sh index d03e1bcd..c1f22e99 100755 --- a/run.sh +++ b/update.sh @@ -1,12 +1,5 @@ #!/bin/bash -#/** -# * @file run.sh -# * @brief just start WebGrab+Plus -# * @author Francis De Paemeleere -# * @date 31/07/2016 -# */ - #backup the current working dir WG_BCKP_DIR="$(pwd)"