diff --git a/.github/workflows/convert-to-heta.yml b/.github/workflows/convert-to-heta.yml index fbe7aef1d..2298fcc19 100644 --- a/.github/workflows/convert-to-heta.yml +++ b/.github/workflows/convert-to-heta.yml @@ -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 diff --git a/static/config.js b/static/config.js index 220aa4967..f5601445b 100644 --- a/static/config.js +++ b/static/config.js @@ -2,5 +2,5 @@ window.config = { results: './results.json', figPath: './cases/output', //summaryPath: '/result/summary.json', - path: '/l2v5', + path: 'l2v5', };