Skip to content

Commit eb5a850

Browse files
committed
We're back to one
1 parent d69b341 commit eb5a850

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
jobs:
24-
build:
24+
build_and_deploy:
2525
runs-on: [ubuntu-latest]
2626
steps:
2727
- uses: actions/checkout@v2
@@ -39,15 +39,11 @@ jobs:
3939
run: |
4040
npm run svg
4141
node ./src/functions/ssr.js
42-
deploy:
43-
needs: build
44-
runs-on: [ubuntu-latest]
45-
steps:
4642
- name: Upload artifact
4743
uses: actions/upload-pages-artifact@v1
4844
with:
4945
# Upload entire repository
50-
path: "./public/"
46+
path: "public"
5147
- name: Deploy to GitHub Pages
5248
id: deployment
5349
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)