Skip to content

Merge branch 'main' of https://github.com/epfl-ada/ada-2024-project-a… #103

Merge branch 'main' of https://github.com/epfl-ada/ada-2024-project-a…

Merge branch 'main' of https://github.com/epfl-ada/ada-2024-project-a… #103

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'