Skip to content

chore: testing the gh-pages #1

chore: testing the gh-pages

chore: testing the gh-pages #1

Workflow file for this run

name: Deploy Static Site
on:
push:
branches:
- main
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