Skip to content

Commit

Permalink
Update push_main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: zeramorphic <[email protected]>
  • Loading branch information
zeramorphic committed Jul 17, 2024
1 parent 3101b0c commit 7ec9c46
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- main
- rewrite

permissions:
contents: read
Expand Down Expand Up @@ -61,13 +60,6 @@ jobs:
- name: copy documentation
run: cp -R .lake/build/doc docs/

- name: checkout rewrite
uses: actions/checkout@v2
with:
ref: rewrite
path: rewrite
fetch-depth: 0

- name: build blueprint
uses: xu-cheng/texlive-action@v2
with:
Expand All @@ -83,10 +75,9 @@ jobs:
pip install invoke
pip install pygraphviz --global-option=build_ext --global-option="-L/usr/lib/graphviz/" --global-option="-R/usr/lib/graphviz/"
pip install leanblueprint
cd rewrite
inv bp web
cp -r blueprint/print ../docs/print
cp -r blueprint/web ../docs/blueprint
cp -r blueprint/print docs/print
cp -r blueprint/web docs/blueprint
- name: remove .gitignore for gh-pages
run: rm docs/.gitignore
Expand Down

0 comments on commit 7ec9c46

Please sign in to comment.