Skip to content

chore: updates

chore: updates #61

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Install and Build πŸ”§
run: |
mkdir output
cp readme.md output/
echo theme: jekyll-theme-cayman >> output/_config.yml
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: output