From df0819f1f11abbfb3d68674fda41f2fde71951d1 Mon Sep 17 00:00:00 2001 From: freearhey Date: Wed, 10 Mar 2021 02:15:37 +0300 Subject: [PATCH] Rename run.sh to update.sh --- .github/workflows/auto-update.yml | 2 +- run.sh => update.sh | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) rename run.sh => update.sh (84%) 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)"