Skip to content

Update install.md

Update install.md #98

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: 'checkout'
uses: actions/checkout@v3
- name: 'Build'
uses: shalzz/[email protected]
env:
PAGES_BRANCH: main
# BUILD_DIR: docs
TOKEN: ${{ secrets.TOKEN }}
# BUILD_ONLY: true
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: 'checkout'
uses: actions/checkout@v3
- name: 'Build and deploy'
uses: shalzz/[email protected]
env:
PAGES_BRANCH: main
# BUILD_DIR: docs
TOKEN: ${{ secrets.TOKEN }}
REPOSITORY: erg-lang/erg-lang.github.io