diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 33c017a..cbc84b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,3 +20,7 @@ jobs: cd ${{ secrets.DEPLOY_PATH }} git fetch origin git reset --hard origin/main + + cd ${{ secrets.DEMO_DEPLOY_PATH }} + git fetch origin + git reset --hard origin/main diff --git a/.gitignore b/.gitignore index ab1e82a..0e78929 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ config.json .DS_Store +generate_epg.php +epg.xml