Skip to content

Commit 416fda3

Browse files
committed
Add deployment step.
1 parent 8109b8e commit 416fda3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/blank.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ jobs:
3333
echo "<h1>hello</h1>" > index.html
3434
cd ..
3535
36-
- uses: actions/upload-pages-artifact@v1
36+
- name: Build Artifact
37+
id: build
38+
uses: actions/upload-pages-artifact@v1
3739
with:
3840
path: build
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: actions/deploy-pages@v1
3944

0 commit comments

Comments
 (0)