Skip to content

Commit

Permalink
don't build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Jul 3, 2024
1 parent ef0c690 commit b5186cf
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
name: Build project
steps:
- name: cleanup
run: |
find . -name . -o -prune -exec rm -rf -- {} +
- name: Checkout project
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -54,8 +58,8 @@ jobs:
MathlibDoc-
- name: Build documentation
run: ~/.elan/bin/lake -Kenv=dev build BonnAnalysis:docs
# - name: Build documentation
# run: ~/.elan/bin/lake -Kenv=dev build BonnAnalysis:docs

- name: Install Python
uses: actions/setup-python@v4
Expand All @@ -76,10 +80,10 @@ jobs:
run: |
inv all
- name: Copy documentation to `docs/docs`
run: |
sudo chown -R runner docs
cp -r .lake/build/doc docs/docs
# - name: Copy documentation to `docs/docs`
# run: |
# sudo chown -R runner docs
# cp -r .lake/build/doc docs/docs

- name: Bundle dependencies
uses: ruby/setup-ruby@v1
Expand All @@ -100,3 +104,7 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

# - name: Make sure the cache works
# run: |
# mv docs/docs .lake/build/doc

0 comments on commit b5186cf

Please sign in to comment.