Skip to content

Commit dba2515

Browse files
committed
github pages
1 parent c1f79a7 commit dba2515

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pages.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
77
name: Deploy Jekyll site to Pages
8-
with:
9-
path: docs/_site/
108

119
build:
1210
runs-on: ubuntu-latest
@@ -22,6 +20,11 @@ build:
2220
cache-version: 0
2321
working-directory: '${{ github.workspace }}/docs'
2422

23+
- name: Upload artifact
24+
uses: actions/upload-pages-artifact@v3
25+
with:
26+
path: docs/_site/
27+
2528
on:
2629
push:
2730
branches:

0 commit comments

Comments
 (0)