Skip to content

docs: fix outdated cli call #320

docs: fix outdated cli call

docs: fix outdated cli call #320

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: "Build only"
uses: shalzz/[email protected]
env:
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}
BUILD_ONLY: true
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: "Build and deploy"
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}