Skip to content

Commit

Permalink
Merge pull request #12 from AdyGCode/dev
Browse files Browse the repository at this point in the history
other(workflow): Sphinx Docs
  • Loading branch information
AdyGCode authored Mar 15, 2024
2 parents 33c9c1e + 7c83fff commit 389f7b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
sphinx-build doc _build
sphinx-build docs _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
58 changes: 12 additions & 46 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,15 @@
"id": "8a32cc27797a4d1e",
"type": "tabs",
"children": [
{
"id": "20e1b75c65c12b41",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/15-diffs.md",
"mode": "source",
"source": false
}
}
},
{
"id": "411e3e90803f0f69",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/16-oopsy-undoing-changes.md",
"mode": "source",
"source": false
}
}
},
{
"id": "4ccbe8c51ef9a5f7",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/18-workflows.md",
"mode": "source",
"source": false
}
"type": "empty",
"state": {}
}
}
],
"currentTab": 2
]
}
],
"direction": "vertical"
Expand Down Expand Up @@ -110,7 +81,6 @@
"state": {
"type": "backlink",
"state": {
"file": "docs/18-workflows.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -127,7 +97,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "docs/18-workflows.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -149,9 +118,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "docs/18-workflows.md"
}
"state": {}
}
}
],
Expand All @@ -175,20 +142,21 @@
},
"active": "4ccbe8c51ef9a5f7",
"lastOpenFiles": [
"docs/17-stashing.md",
"docs/18-workflows.md",
"docs/17-stashing.md",
"docs/16-oopsy-undoing-changes.md",
"docs/15-diffs.md",
"16-.md",
"assets/pasted-image-20240315113136.png",
"assets/Pasted image 20240314154647.png",
"assets/Pasted image 20240314154551.png",
"assets/diff-difference.png",
"assets/diff-hunk-headers.png",
"assets/diff-header.png",
"docs/14-forking-over-code.md",
"assets/Pull-Request-Practice.md",
"assets/diff-difference.png",
"assets/collaboration.png",
"assets/Pull-Request-Practice.md",
"docs/15-workflows.md",
"16-.md",
"assets/Pasted image 20240314154647.png",
"assets/Pasted image 20240314154551.png",
"docs/14-forking-over-code.md",
"docs/12-remotely-useful.md",
"docs/98-command-line-extras.md",
"CONTRIBUTE.md",
Expand All @@ -212,8 +180,6 @@
"docs/11-merging-and-conflicts.md",
"docs/10-shaking-the-tree.md",
"docs/09-git-history.md",
"docs/07-ignore-me.md",
"docs/05-global-settings.md",
"docs",
"assets/brave_dWSQwZYc3F.mp4",
"themes",
Expand Down

0 comments on commit 389f7b0

Please sign in to comment.