Merge pull request #1801 from omnivore-app/fix/github-pages-deploy

Upload the correct artifact that can be deployed to GitHub pages
This commit is contained in:
Hongbo Wu
2023-02-13 11:02:30 +08:00
committed by GitHub

View File

@ -32,7 +32,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'packages/readabilityjs/test/index.html'
path: 'packages/readabilityjs/test'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1