Skip to content

Commit

Permalink
Update create_html_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 20, 2024
1 parent 26ee5ab commit 76cc5cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_html_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
addpath(genpath('tools'));
matnwb_setup;
matnwb_generateDocs;
matnwb_exportTutorials(ExportFormat=".html");
matnwb_exportTutorials(ExportFormat=".html",RunLivescript=false);
- name: Checkout gh-pages branch
uses: actions/checkout@v4
Expand All @@ -37,7 +37,8 @@ jobs:

- name: Push to gh-pages
run: |
cp docs/html gh-pages/docs/html
mkdir -p gh-pages/docs
cp -r docs/html gh-pages/docs/
cd gh-pages
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
Expand Down

0 comments on commit 76cc5cd

Please sign in to comment.