Skip to content

Commit

Permalink
Refactored docson to be used as git submodule (akin to what we alread…
Browse files Browse the repository at this point in the history
…y do with push_artifacts) rather than GH Actions-only installation
  • Loading branch information
GreyCat committed Dec 26, 2023
1 parent e4af7f1 commit e166ed4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y graphviz
- name: Install Docson
run: git clone -b v2.1.0 --depth 1 https://github.com/lbovet/docson.git
- name: Build
run: make
- name: Deploy
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
out/
raw/
docson/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "push_artifacts"]
path = .github/push_artifacts
url = https://github.com/kaitai-io/push_artifacts.git
[submodule "docson"]
path = docson
url = https://github.com/lbovet/docson.git
1 change: 1 addition & 0 deletions docson
Submodule docson added at a70b61

0 comments on commit e166ed4

Please sign in to comment.