Skip to content

Update deploy.yml

Update deploy.yml #73

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy
uses: poseen/github-pages-blog-action@latest
with:
branch: gh-pages # Optional branch for GitHub Pages