github-readme-stats/.github/workflows/preview-theme.yml

23 lines
453 B
YAML
Raw Normal View History

name: Theme preview
on:
2020-08-09 23:39:12 +08:00
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- master
- theme-preview-script
- "themes/index.js"
jobs:
build:
runs-on: ubuntu-latest
name: Install & Preview
steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
- run: npm run preview-theme
env:
CI: true
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}