upload artifact after clean up

This commit is contained in:
Wojtek Krzywiec
2020-07-08 19:24:48 +02:00
parent d1c060d38d
commit 818dde8ead

View File

@@ -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: