Skip to content

20230918: the rust programming language #90

20230918: the rust programming language

20230918: the rust programming language #90

Workflow file for this run

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/[email protected]
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_SCRIPT: yarn upgrade && yarn install && yarn build
TARGET_BRANCH: gh-pages
BUILD_DIR: build/