Skip to content

Commit

Permalink
fix: new lake directories
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 18, 2023
1 parent 1f4ea76 commit cd14aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
git commit -m "workaround"
git remote add origin "https://github.com/leanprover/workaround"
mkdir lake-packages
cp -r ../mathlib4/lake-packages/* lake-packages/
mkdir -p .lake/packages
cp -r ../mathlib4/.lake/packages/* .lake/packages
lake update
- name: build doc-gen4
Expand All @@ -74,12 +74,12 @@ jobs:
- name: copy extra files
run: |
cp mathlib4/docs/{100.yaml,overview.yaml,undergrad.yaml} workaround/build/doc
cp mathlib4/docs/{100.yaml,overview.yaml,undergrad.yaml} workaround/.lake/build/doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'workaround/build/doc'
path: 'workaround/.lake/build/doc'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit cd14aeb

Please sign in to comment.