Skip to content

.github/workflows/deploy.yml #156

.github/workflows/deploy.yml

.github/workflows/deploy.yml #156

Workflow file for this run

on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v3
- run: bash scripts/update.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@3d1b5e078a85df99db0cb2441cd4309b09d86253
with:
commit_message: update
file_pattern: dist