Skip to content

Commit

Permalink
Sphinx gh-pages deploy with adapted recursive checkout, action as sub…
Browse files Browse the repository at this point in the history
…module
  • Loading branch information
legendofa committed Sep 21, 2023
1 parent f927e1a commit aba48a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- id: deployment
uses: ./.github/workflows/sphinx-notes-mod.yml
uses: ./actions/sphinx-notes/action.yml
with:
requirements_path: ./requirements.txt
publish: true
Expand Down
103 changes: 0 additions & 103 deletions .github/workflows/sphinx-notes-mod.sh

This file was deleted.

125 changes: 0 additions & 125 deletions .github/workflows/sphinx-notes-mod.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "evalquiz-proto"]
path = evalquiz_proto
url = git@github.com:MEITREX/evalquiz-proto.git
[submodule "actions/sphinx-notes"]
path = actions/sphinx-notes
url = https://github.com/sphinx-notes/pages
1 change: 1 addition & 0 deletions actions/sphinx-notes
Submodule sphinx-notes added at 87b6e0

0 comments on commit aba48a8

Please sign in to comment.