Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #2

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #2

Workflow file for this run

---
on:
push:
branches:
- main
pull_request:
jobs:
book:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: mdbook build
# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# if: github.ref_name == 'main'
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: YOUR_ACCOUNT_ID
# projectName: YOUR_PROJECT_NAME
# directory: book
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}