Static Page Generator #5
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ jobs:
|
|||
|
||||
# Move generated static site files to a temporary location
|
||||
mv build ../static_site_temp
|
||||
cp .gitignore ../static_site_temp
|
||||
|
||||
# Create a new orphan branch named 'pages-dev'
|
||||
git checkout --orphan pages-dev
|
||||
|
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
|
||||
# Move generated static site files to a temporary location
|
||||
mv build ../static_site_temp
|
||||
cp .gitignore ../static_site_temp
|
||||
|
||||
# Create a new orphan branch named 'pages'
|
||||
git checkout --orphan pages
|
||||
|
|
Loading…
Reference in a new issue