Docs Draft (#286)

This commit is contained in:
William FH
2024-04-15 22:44:12 -07:00
committed by GitHub
parent eb10fe599b
commit 85f48da84e
22 changed files with 544 additions and 527 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
name: Deploy SDK Docs
name: Deploy Docs
on:
push:
@@ -36,7 +36,6 @@ jobs:
poetry run pip install -r docs/docs-requirements.txt
- name: Build site
working-directory: ./docs
run: make build-docs
- name: Configure GitHub Pages