Skip to content

docs(whitepaper): Add BENCH-001–006 complete results with analysis #2

docs(whitepaper): Add BENCH-001–006 complete results with analysis

docs(whitepaper): Add BENCH-001–006 complete results with analysis #2

Workflow file for this run

name: Deploy to GitHub Pages

Check failure on line 1 in .github/workflows/gh-pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gh-pages.yml

Invalid workflow file

(Line: 5, Col: 3): Unexpected value 'workflow', (Line: 5, Col: 13): Unexpected value 'gh-pages'
on:
workflow_dispatch:
workflow: gh-pages
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Prepare gh-pages
run: |
mkdir -p gh-pages
cp docs/website/index.html gh-pages/index.html
- name: Push to GitHub
run: |
git config user.email "playra@example.com"
git add gh-pages/
git commit -m "feat: add GitHub Pages website"
git push origin gh-pages