This commit is contained in:
Mayel de Borniol 2021-12-17 15:13:36 +13:00
parent 4b68ba6cd8
commit f826cdb600
2 changed files with 5 additions and 5 deletions

View file

@ -156,7 +156,7 @@ jobs:
- name: Compile deps & app
run: mix
- name: Generate docs
run: make doc
run: mix docs
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:

View file

@ -60,10 +60,10 @@ pre-init:
@mkdir -p $(CONFIG_PATH)/prod
@mkdir -p $(CONFIG_PATH)/dev
@touch $(CONFIG_PATH)/deps.path
@cp $(CONFIG_PATH)/templates/public.env $(CONFIG_PATH)/dev/ | true
@cp $(CONFIG_PATH)/templates/public.env $(CONFIG_PATH)/prod/ | true
@cp $(CONFIG_PATH)/templates/not_secret.env $(CONFIG_PATH)/dev/secrets.env | true
@cp $(CONFIG_PATH)/templates/not_secret.env $(CONFIG_PATH)/prod/secrets.env | true
@cp -n $(CONFIG_PATH)/templates/public.env $(CONFIG_PATH)/dev/ | true
@cp -n $(CONFIG_PATH)/templates/public.env $(CONFIG_PATH)/prod/ | true
@cp -n $(CONFIG_PATH)/templates/not_secret.env $(CONFIG_PATH)/dev/secrets.env | true
@cp -n $(CONFIG_PATH)/templates/not_secret.env $(CONFIG_PATH)/prod/secrets.env | true
pre-run:
@mkdir -p forks/