This repository was archived by the owner on Mar 3, 2026. It is now read-only.
build(deps): bump js-yaml from 3.14.1 to 3.14.2 #44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Deploy | |
| on: [push] | |
| jobs: | |
| build-and-deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@main | |
| - name: Vuepress deploy | |
| uses: jenkey2011/vuepress-deploy@1.0.1 | |
| env: | |
| ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} | |
| BUILD_SCRIPT: yarn && yarn build | |
| TARGET_BRANCH: github-pages | |
| BUILD_DIR: build/ |