Skip to content

Chore: Fixed styling #14

Chore: Fixed styling

Chore: Fixed styling #14

Workflow file for this run

name: Deploy Static Site
on:
push:
branches:
- main
- prod
- dev
- stage
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: assignments/exercise-4
clean: true