Skip to content

Commit

Permalink
Fix wrong options value
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 19, 2024
1 parent 9d147e2 commit 26ee5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_html_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
addpath(genpath('tools'));
matnwb_setup;
matnwb_generateDocs;
matnwb_exportTutorials(ExportFormat="html");
matnwb_exportTutorials(ExportFormat=".html");
- name: Checkout gh-pages branch
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages

- name: Push to gh-badges
- name: Push to gh-pages
run: |
cp docs/html gh-pages/docs/html
cd gh-pages
Expand Down

0 comments on commit 26ee5ab

Please sign in to comment.