Skip to content

chore(deps): update actions/checkout action to v4.2.1 (#142) #132

chore(deps): update actions/checkout action to v4.2.1 (#142)

chore(deps): update actions/checkout action to v4.2.1 (#142) #132

name: Asciidoc CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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