updates
1 changed file+0−6
.github/workflows/deploy-gh-pages.ymlmodified+0−6View file
@@ -5,7 +5,6 @@ on:
55 branches: ['main']
66 paths:
77 - 'web-ui/**'
8- - 'paper/**'
98 workflow_dispatch:
109
1110 # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
@@ -41,11 +40,6 @@ jobs:
4140 cache: 'npm'
4241 cache-dependency-path: web-ui/package-lock.json
4342
44- - name: Build paper
45- run: |
46- chmod +x devel/copy_paper_to_web.sh
47- ./devel/copy_paper_to_web.sh
48-
4943 - name: Install dependencies
5044 working-directory: web-ui
5145 run: npm ci