deploy to gh pages when paper.md changes
1 changed file+1−0
.github/workflows/deploy-gh-pages.ymlmodified+1−0View file
@@ -4,6 +4,7 @@ on:
44 branches: ['main']
55 paths:
66 - 'web-ui/**'
7+ - 'paper/**'
78 workflow_dispatch:
89
910 # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages