new page
Some checks failed
/ publish (push) Failing after 4s

This commit is contained in:
Jordan Herzstein 2025-02-02 23:14:09 -05:00
parent cd4ff0fc9a
commit eef8fecc25

View file

@ -1,18 +1,21 @@
# on push
on: [push]
jobs:
publish:
runs-on: bookworm
steps:
# Checkout main branch
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
# Checkout public directory to paged branch
- name: public branch
run: |
git config --global user.name "Jordan Herzstein"
git config --global user.email "git@jordanherzstein.com"
git checkout --orphan pages
git checkout pages
git rm -rf .
git checkout main -- public
mv public/* .