mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
Update deploying.yml
This commit is contained in:
parent
c9d3addacd
commit
4846ec53b2
6
.github/workflows/deploying.yml
vendored
6
.github/workflows/deploying.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: production-files
|
||||
path: ./build
|
||||
path: ./dist
|
||||
|
||||
deploy:
|
||||
name: Deploy
|
||||
@ -41,11 +41,11 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: production-files
|
||||
path: ./build
|
||||
path: ./dist
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
publish_dir: ./dist
|
||||
cname: movie.squeezebox.dev
|
||||
|
Loading…
Reference in New Issue
Block a user