Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4… #228

chore(deps): update jamesives/github-pages-deploy-action action to v4…

chore(deps): update jamesives/github-pages-deploy-action action to v4… #228

Workflow file for this run

name: Asciidoc CI
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci
- run: npm run build