Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 5, 2024
1 parent bf3c9a2 commit 2408e4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- gh-pages-test

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -77,6 +78,11 @@ jobs:
- name: Build blueprint and copy to `docs/blueprint`
run: inv all

- name: Remove lake files from documentation
run: |
find .lake/build/doc -name "*.trace" -delete
find .lake/build/doc -name "*.hash" -delete
- name: Copy documentation to `docs/docs`
run: |
sudo chown -R runner docs
Expand Down

0 comments on commit 2408e4b

Please sign in to comment.