Upload the correct artifact that can be deployed to GitHub pages

This commit is contained in:
Hongbo Wu
2023-02-10 16:50:19 +08:00
parent c0d958c8a4
commit 22e1aca889

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