Skip to content

Update actions/checkout@v2 to actions/checkout@v3 (#1015) #143

Update actions/checkout@v2 to actions/checkout@v3 (#1015)

Update actions/checkout@v2 to actions/checkout@v3 (#1015) #143

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: github.repository == 'algorithm-archivists/algorithm-archive'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and build
run: |
npm install
npx honkit build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: _book