Skip to content

Commit

Permalink
move makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 19, 2024
1 parent 9d0f170 commit ba7b7c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
run: |
python src/render_sfinx_toc.py
cp ./_toc.yml ./pythia/
cp ./notebooks/*.ipynb ./pythia/notebooks/
cp ./Makefile ./pythia/
cp ./chapters/*.yml ./pythia/notebooks/
cp -R ./notebooks/*.ipynb ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ONESHELL:
SHELL = /bin/bash
.PHONY: help clean environment kernel post-render data
YML = $(wildcard chapters/*.yml)
YML = $(wildcard notebooks/*.yml)
QMD = $(wildcard chapters/*.qmd)
REQ = $(basename $(notdir $(YML)))
CONDA_ENV_DIR := $(foreach i,$(REQ),$(shell conda info --base)/envs/$(i))
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ba7b7c5

Please sign in to comment.