Merge pull request #94 from jellyfin/nvv-deploy-pages

Use official deploy pages action
This commit is contained in:
Bill Thornton
2022-08-17 22:55:57 -04:00
committed by GitHub
+2 -3
View File
@@ -35,7 +35,6 @@ jobs:
npm ci
npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # tag=v3.8.0
uses: actions/upload-pages-artifact@v1.0.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
path: ./build