Skip to content

Commit 2ad3306

Browse files
committed
Updates
1 parent bd5ddb1 commit 2ad3306

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+276
-13424
lines changed

.github/workflows/docs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Build Documentation
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
tags-ignore:
7+
- '**'
8+
jobs:
9+
deploy-docs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2.3.1
14+
15+
- name: Install and Build
16+
run: |
17+
bash build/bin/copy-role-docs.sh
18+
python -m pip install -q mkdocs
19+
mkdocs build --verbose --clean --strict
20+
21+
- name: Deploy
22+
uses: JamesIves/github-pages-deploy-action@4.1.7
23+
# if: github.ref == 'refs/heads/master'
24+
with:
25+
branch: gh-pages
26+
folder: site

.github/workflows/python-package.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
1413
strategy:
1514
fail-fast: false
@@ -41,6 +40,7 @@ jobs:
4140
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4241
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4342
- name: Test with pytest
43+
# if: github.ref == 'refs/heads/master'
4444
env:
4545
ONE_JOB_ONLY_TESTS: ${{ matrix.primary-config }}
4646
WIOTP_API_KEY: ${{ secrets.WIOTP_API_KEY }}
@@ -62,10 +62,3 @@ jobs:
6262
EVENTSTREAMS_PASSWORD: ${{ secrets.EVENTSTREAMS_PASSWORD }}
6363
run: |
6464
pytest
65-
# If needed we can gate this step to only run on master
66-
# BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
67-
# if [[ "$BRANCH" == 'refs/heads/master' ]]; then
68-
# pytest
69-
# else
70-
# echo "Tests are only ran for pushes to master"
71-
# fi

docs/404.html

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy