We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea34df commit 2042a69Copy full SHA for 2042a69
.github/workflows/publish-docs.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
git config --global user.name 'travis-ci'
20
git config --global user.email 'travis@nowhere.edu'
21
+
22
- name: Filter changed file paths to outputs
23
uses: dorny/paths-filter@v2.7.0
24
id: changes
@@ -32,9 +33,11 @@ jobs:
32
33
- 'examples/**'
34
python_files:
35
- 'tmuxp/**'
36
37
- name: Should publish
38
if: steps.changes.outputs.docs == 'true' || steps.changes.outputs.root_docs == 'true' || steps.changes.outputs.python_files == 'true'
39
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
40
41
- name: Set up Python ${{ matrix.python-version }}
42
uses: actions/setup-python@v1
43
with:
0 commit comments