Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2023-01-07 12:26:06 +03:00
parent 3b4a2f6138
commit 1786c74db9

View file

@ -29,21 +29,3 @@ jobs:
with: with:
name: database name: database
path: scripts/database path: scripts/database
- run: npm run guides:update_legacy
- uses: tibdex/github-app-token@v1
if: ${{ !env.ACT }}
id: create-deploy-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: JamesIves/github-pages-deploy-action@v4.4.1
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
with:
branch: gh-pages
folder: .gh-pages
token: ${{ steps.create-deploy-token.outputs.token }}
git-config-name: iptv-bot[bot]
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
commit-message: '[Bot] Update guide from ${{inputs.site}}'
clean: false
force: false