Skip to content

📝remove outdated ads (#2561) #190

📝remove outdated ads (#2561)

📝remove outdated ads (#2561) #190

Workflow file for this run

name: Qiankun Github Pages Deploy
on:
push:
branches:
- master
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- name: build
run: |
yarn
yarn docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist