Skip to content

flight fot he bumblebee cziffra #42

flight fot he bumblebee cziffra

flight fot he bumblebee cziffra #42

name: Deploy to github pages
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.PRIVATE_ASSETS_TOKEN }}
- run: git submodule update --recursive --remote
- run: python sheets.py
- uses: EndBug/add-and-commit@v9
id: commit_step
- run: exit 1
if: ${{ steps.commit_step.outputs.pushed == 'true' }}
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: cp build/index.html build/404.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build