Skip to content

Update CLAUDE.md with new project structure #16

Update CLAUDE.md with new project structure

Update CLAUDE.md with new project structure #16

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build Marp slide deck
run: |
npm run build
touch ./dist/.nojekyll
env:
URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
LANG: de-DE
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist