Skip to content

Update build-md task to use the wrapper script. #273

Update build-md task to use the wrapper script.

Update build-md task to use the wrapper script. #273

Workflow file for this run

name: Build pages on Pull Request
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build pages
uses: ./.github/actions/build
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=fable_modules --org=krymtkts