Skip to content

Added Studies section #28

Added Studies section

Added Studies section #28

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
pages: write
id-token: write