Skip to content

add nojekyll incase #12

add nojekyll incase

add nojekyll incase #12

Workflow file for this run

# Simple workflow for creating pages
name: run 11ty build
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: npm install, build
run: |
npm install
npm run build
- name: Upload files
uses: actions/upload-artifact@v3
with:
name: upload things
path: ./_site