summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2021-03-15 08:52:36 +0100
committerDashie <dashie@sigpipe.me>2021-03-15 08:52:36 +0100
commiteda8cc19a3a45f05e1ee0184e39d771ba89fbb19 (patch)
treeb44f262eef0bd89f91093de8cc75bfaa27cb773a
parent168077d5b0d5e1945b973b1fd2bffb7a4261aa64 (diff)
fix3
-rw-r--r--.github/workflows/build-docs.yml44
1 files changed, 22 insertions, 22 deletions
diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
index 2f7805c1..2ce7013e 100644
--- a/.github/workflows/build-docs.yml
+++ b/.github/workflows/build-docs.yml
@@ -13,25 +13,25 @@ jobs:
build:
runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Set up Python 3.9
- uses: actions/setup-python@v2
- with:
- python-version: 3.9
- - name: Install dependencies
- run: |
- apt install -y graphviz
- pip3 install sphinx-guillotina-theme sphinx
- - name: Build docs
- run: ./build_docs.sh
- working-directory: docs
- - name: Deploy docs
- uses: burnett01/rsync-deployments@4.1
- with:
- switches: -avc --delete
- path: docs-build/
- remote_path: /
- remote_host: ${{ secrets.DOCS_DEPLOY_HOST }}
- remote_user: ${{ secrets.DOCS_DEPLOY_USER }}
- remote_key: ${{ secrets. }}
+ steps:
+ - uses: actions/checkout@v2
+ - name: Set up Python 3.9
+ uses: actions/setup-python@v2
+ with:
+ python-version: 3.9
+ - name: Install dependencies
+ run: |
+ apt install -y graphviz
+ pip3 install sphinx-guillotina-theme sphinx
+ - name: Build docs
+ run: ./build_docs.sh
+ working-directory: docs
+ - name: Deploy docs
+ uses: burnett01/rsync-deployments@4.1
+ with:
+ switches: -avc --delete
+ path: docs-build/
+ remote_path: /
+ remote_host: ${{ secrets.DOCS_DEPLOY_HOST }}
+ remote_user: ${{ secrets.DOCS_DEPLOY_USER }}
+ remote_key: ${{ secrets. }}