Skip to content

chore: bump version #45

chore: bump version

chore: bump version #45

Workflow file for this run

name: Deploy
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- dev
permissions:
actions: read
contents: read
jobs:
dev:
uses: ./.github/workflows/dev.yml
secrets: inherit
deploy:
needs: dev
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@master
with:
name: artifact
- name: Deploy Request
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 6b5c5164cc46cc9ac47f30b9824ec9b3
gist_description: "📺 BiliBili: 🌐 Global β"
file_path: dist/request.bundle.js
- name: Deploy Response
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 6b5c5164cc46cc9ac47f30b9824ec9b3
gist_description: "📺 BiliBili: 🌐 Global β"
file_path: dist/response.bundle.js