Skip to content

Commit

Permalink
debug not finding AUTHORS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Sep 24, 2024
1 parent cc24e4d commit 80bdd09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
echo "HOME_PAGE_EXISTS=false" >> $GITHUB_ENV
fi
- name: Debug - List files
run: ls -R

- name: Build blueprint and copy to `home_page/blueprint`
uses: xu-cheng/texlive-action@v2
with:
Expand All @@ -76,6 +79,7 @@ jobs:
pip install --upgrade pip requests wheel
pip install pygraphviz --global-option=build_ext --global-option="-L/usr/lib/graphviz/" --global-option="-R/usr/lib/graphviz/"
pip install leanblueprint
ls -R
leanblueprint pdf
mkdir -p home_page
cp blueprint/print/print.pdf home_page/blueprint.pdf
Expand Down

0 comments on commit 80bdd09

Please sign in to comment.