We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5563e commit 01b456cCopy full SHA for 01b456c
1 file changed
.github/workflows/jekyll.yml
@@ -48,6 +48,10 @@ jobs:
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
env:
50
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
55
- name: Upload artifact
56
# Automatically uploads an artifact from the './_site' directory by default
57
uses: actions/upload-pages-artifact@v3
0 commit comments