Skip to content

chore(deps): update actions/checkout action to v4.2.2 (#146) #135

chore(deps): update actions/checkout action to v4.2.2 (#146)

chore(deps): update actions/checkout action to v4.2.2 (#146) #135

name: Asciidoc CI
on:
push:
branches:
- 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
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build/site