Skip to content

Commit 0c1e87f

Browse files
committed
Try Again,again
1 parent 71d2c83 commit 0c1e87f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/active.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ jobs :
33
build :
44
runs-on : ubuntu-latest
55
steps:
6-
- name: build
6+
- name: Checkout repository
77
uses: actions/checkout@v3
8+
- name: build with jekyll
9+
uses: actions/jekyll-build-pages@v1
10+
with:
11+
token: ${{ secrets.ACCESS_TOKEN }}
812
- name: Upload GitHub Pages artifact
913
uses: actions/[email protected]
1014
deploy :

0 commit comments

Comments
 (0)