diff --git a/.forgejo/workflows/build-dev.yml b/.forgejo/workflows/build-dev.yml index b62d22c..1a5d8e6 100644 --- a/.forgejo/workflows/build-dev.yml +++ b/.forgejo/workflows/build-dev.yml @@ -31,7 +31,7 @@ jobs: # Move generated static site files to a temporary location mv build ../static_site_temp - # Create a new orphan branch named 'pages' + # Create a new orphan branch named 'pages-dev' git checkout --orphan pages-dev # Remove all files from the working directory