Skip to content

Updated the wording in the assignments (Readme, lab3, lab6) #12

Updated the wording in the assignments (Readme, lab3, lab6)

Updated the wording in the assignments (Readme, lab3, lab6) #12

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@master
- name: vuepress-deploy
uses: IT4Change/vuepress-build-and-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: MANASLU8//chappel
TARGET_BRANCH: main
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist/