Skip to content

Commit

Permalink
Add chart submodule (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Dec 14, 2023
1 parent bd4883d commit c049119
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
python-version: [3.9]
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- name: Build manifest
run: ./buildtools/publish.js manifest.json
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "chart"]
path = chart
url = https://github.com/gristlabs/custom-charts-widget
branch = gh-pages
1 change: 1 addition & 0 deletions chart
Submodule chart added at 3e9b82
7 changes: 0 additions & 7 deletions chart/index.html

This file was deleted.

0 comments on commit c049119

Please sign in to comment.