move to page directory in workflow

This commit is contained in:
Wojtek Krzywiec
2020-07-08 18:49:43 +02:00
parent 5b684faa30
commit 71dbca9e2d

View File

@@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
path: ./docs/page
- uses: actions/upload-artifact@v2
with:
path: .
- run: cd docs/page
- name: Publish docs page
uses: helaili/jekyll-action@2.0.1
env: