Skip to content

Commit 1066be0

Browse files
authored
docs: Convert to markdown (#685)
2 parents 5e24ca8 + 939b092 commit 1066be0

34 files changed

+3110
-2887
lines changed

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
78
jobs:
89
build:
910

@@ -17,6 +18,7 @@ jobs:
1718
run: |
1819
git config --global user.name 'travis-ci'
1920
git config --global user.email 'travis@nowhere.edu'
21+
2022
- name: Filter changed file paths to outputs
2123
uses: dorny/paths-filter@v2.7.0
2224
id: changes
@@ -31,9 +33,11 @@ jobs:
3133
- 'examples/**'
3234
python_files:
3335
- 'tmuxp/**'
36+
3437
- name: Should publish
3538
if: steps.changes.outputs.docs == 'true' || steps.changes.outputs.root_docs == 'true' || steps.changes.outputs.python_files == 'true'
3639
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
40+
3741
- name: Set up Python ${{ matrix.python-version }}
3842
uses: actions/setup-python@v1
3943
with:

0 commit comments

Comments
 (0)