Skip to content

Commit

Permalink
dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed May 29, 2024
1 parent 4b639a5 commit 74b51bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/convert-to-heta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: result # The branch the action should deploy to.
FOLDER: result # The folder the action should deploy.
CLEAN: false
CLEAN: true
2 changes: 1 addition & 1 deletion static/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ window.config = {
results: './results.json',
figPath: './cases/output',
//summaryPath: '/result/summary.json',
path: '/l2v5',
path: 'l2v5',
};

0 comments on commit 74b51bc

Please sign in to comment.