upload artifact after clean up
This commit is contained in:
8
.github/workflows/docs.yaml
vendored
8
.github/workflows/docs.yaml
vendored
@@ -15,14 +15,14 @@ jobs:
|
||||
with:
|
||||
path: ./repo
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: .
|
||||
|
||||
- run: cp -r ./repo/docs/page .
|
||||
|
||||
- run: rm -rf ./repo
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: .
|
||||
|
||||
- name: Publish docs page
|
||||
uses: helaili/jekyll-action@2.0.1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user