Skip to content

Commit

Permalink
🚚 I forgot I moved things
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Jun 10, 2023
1 parent 4353c97 commit 8d384fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ docs: clean
$(MAKE) setup-env
copier copy gh:ThatXliner/pyt2 . -a env.yml --defaults -d add_docs=true
$(MAKE) run
cp cool-example/poetry.lock '{{ pypi_name }}/{% if add_docs %}poetry.lock{% endif %}'
cp cool-example/poetry.lock 'template/{{ pypi_name }}/{% if add_docs %}poetry.lock{% endif %}'
$(MAKE) clean
nodocs: clean
$(MAKE) setup-env
copier copy gh:ThatXliner/pyt2 . -a env.yml --defaults -d add_docs=false
$(MAKE) run
cp cool-example/poetry.lock '{{ pypi_name }}/{% if not add_docs %}poetry.lock{% endif %}'
cp cool-example/poetry.lock 'template/{{ pypi_name }}/{% if not add_docs %}poetry.lock{% endif %}'
$(MAKE) clean

0 comments on commit 8d384fb

Please sign in to comment.