mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Rename run.sh to update.sh
This commit is contained in:
parent
cad100a3dd
commit
df0819f1f1
2 changed files with 1 additions and 8 deletions
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
- name: Update Guide
|
- name: Update Guide
|
||||||
run: ./run.sh
|
run: ./update.sh
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#/**
|
|
||||||
# * @file run.sh
|
|
||||||
# * @brief just start WebGrab+Plus
|
|
||||||
# * @author Francis De Paemeleere
|
|
||||||
# * @date 31/07/2016
|
|
||||||
# */
|
|
||||||
|
|
||||||
#backup the current working dir
|
#backup the current working dir
|
||||||
WG_BCKP_DIR="$(pwd)"
|
WG_BCKP_DIR="$(pwd)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue