Skip to content

Merge pull request #1 from taulant/main #1

Merge pull request #1 from taulant/main

Merge pull request #1 from taulant/main #1

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build static files with babashka
uses: tzafrirben/babashka-docker-action@v0.3
id: bb_shell
with:
bb_cmd: "bb build"
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./static