Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina committed Jul 2, 2024
1 parent 81c7530 commit 5a48e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: get landscape cli
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-neuroscience-foundation/landscape2-academic/releases/download/v0.8.4/landscape2-academic-installer.sh | sh
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-neuroscience-foundation/landscape2-academic/releases/download/v0.9.0/landscape2-academic-installer.sh | sh
- name: copy data
run: mkdir -p /home/runner/.cache/landscape && cp *.json /home/runner/.cache/landscape
- name: build landscape
Expand Down

0 comments on commit 5a48e3d

Please sign in to comment.