Skip to content

fix: padding and make images responsive #11

fix: padding and make images responsive

fix: padding and make images responsive #11

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Setup Pnpm
run: sudo corepack enable
- name: Install dependencies
run: pnpm install
- name: Build website
run: pnpm build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.TOKEN }}
publish_dir: ./out
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com