From 8545a74d3328e596703be679d4a919ef62c76ce0 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 19 Sep 2020 21:25:25 +0200 Subject: [PATCH] Try cd --- .github/workflows/pelican-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml index 3c66af1..b77ebf4 100644 --- a/.github/workflows/pelican-publish.yml +++ b/.github/workflows/pelican-publish.yml @@ -10,9 +10,10 @@ jobs: uses: actions/checkout@v2 with: submodules: true + - name: Change path + run: cd docs - name: Build and Publish uses: nelsonjchen/gh-pages-pelican-action@master - working-directory: docs env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} PELICAN_CONFIG_FILE: docs/publishconf.py