aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2022-04-27 13:42:09 +0200
committerJ08nY2022-04-27 13:58:28 +0200
commit8031a46c38f20f624a384e2a69da2ff775c86470 (patch)
treec8bcd144abb7fe9672b791013b74f38d6ff89f09
parentdcb27b68377822d280dd7ba8c1ae8582a726d1fe (diff)
downloadsec-certs-8031a46c38f20f624a384e2a69da2ff775c86470.tar.gz
sec-certs-8031a46c38f20f624a384e2a69da2ff775c86470.tar.zst
sec-certs-8031a46c38f20f624a384e2a69da2ff775c86470.zip
Fix docs build.
-rw-r--r--.github/workflows/docs.yml15
-rw-r--r--docs/web_dashboard.md3
2 files changed, 8 insertions, 10 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 45f80e68..f5df9712 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -23,16 +23,12 @@ jobs:
run: |
cd docs
make html
- - name: Archive docs
- run: |
- cd _build/html
- zip -r docs.zip *
- cd ../..
- name: Save docs artifact
uses: actions/upload-artifact@v3
with:
name: docs
- path: _build/html/docs.zip
+ path: docs/_build/html/
+ retention-days: 7
upload:
runs-on: ubuntu-latest
needs: build
@@ -42,6 +38,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs
+ path: docs
+ - name: Archive docs
+ run: |
+ cd docs
+ zip -r docs.zip *
- name: Push docs to website
run: |
- curl -F data=@docs.zip https://seccerts.org/docs/upload?token=${{ secrets.DOCS_AUTH_TOKEN }}
+ curl -F data=@docs/docs.zip https://seccerts.org/docs/upload?token=${{ secrets.DOCS_AUTH_TOKEN }}
diff --git a/docs/web_dashboard.md b/docs/web_dashboard.md
deleted file mode 100644
index a5909db3..00000000
--- a/docs/web_dashboard.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Web dashboard
-
-TBA \ No newline at end of file