Skip to content

Commit c761a91

Browse files
authored
Merge pull request #23 from eadwinCode/doc_deploy_automation
Doc deploy automation
2 parents 00d8fc5 + 8ce06fd commit c761a91

29 files changed

+131
-130
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
env:
2323
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
2424
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
25-
run: flit publish
25+
run: flit publish
26+
- name: Deploy Documentation
27+
run: make doc-deploy

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Flake8
4747
run: flake8 ninja_extra tests
4848
- name: mypy
49-
run: mypy ninja_extra
49+
run: mypy ninja_extra

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dist
99
test.py
1010

1111
docs/site
12+
site/
1213

1314
.DS_Store
1415
.idea
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)