Skip to content

Commit 01b456c

Browse files
authored
Adding autogen to github pages deployment
1 parent 0b5563e commit 01b456c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4949
env:
5050
JEKYLL_ENV: production
51+
- name: Add autogen files
52+
run: git clone https://github.com/assumptionsofphysics/autogen ./_site/autogen
53+
- name: Remove git history from autogen
54+
run: rm -rf ./_site/autogen/.git
5155
- name: Upload artifact
5256
# Automatically uploads an artifact from the './_site' directory by default
5357
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)