mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Upload the correct artifact that can be deployed to GitHub pages
This commit is contained in:
parent
c0d958c8a4
commit
22e1aca889
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue