Update auto-update.yml
This commit is contained in:
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
site: [
|
site: [
|
||||||
# andorradifusio.ad,
|
andorradifusio.ad,
|
||||||
# arianaafgtv.com,
|
# arianaafgtv.com,
|
||||||
# arianatelevision.com,
|
# arianatelevision.com,
|
||||||
# astro.com.my,
|
# astro.com.my,
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: .gh-pages
|
name: .gh-pages
|
||||||
path: .gh-pages/guides/${{ matrix.site }}.guide.xml
|
path: .gh-pages/guides/${{ matrix.site }}${{ matrix.region }}.guide.xml
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
# deploy:
|
# deploy:
|
||||||
# if: ${{ github.ref == 'refs/heads/master' }}
|
# if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user