Rename run.sh to update.sh

This commit is contained in:
freearhey 2021-03-10 02:15:37 +03:00
parent cad100a3dd
commit df0819f1f1
2 changed files with 1 additions and 8 deletions

View file

@ -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:

View file

@ -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)"