diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml index 4e688c6..4296ab8 100644 --- a/.github/workflows/pelican-publish.yml +++ b/.github/workflows/pelican-publish.yml @@ -17,14 +17,9 @@ jobs: content: | pelican markdown - - name: Create build.sh - uses: 1arp/create-a-file-action@0.2 - with: - file: build.sh - content: | - cd docs - name: Build and Publish uses: iranzo/gh-pages-pelican-action@1.0.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - PELICAN_CONFIG_FILE: publishconf.py + SOURCE_FOLDER: docs/content + PELICAN_CONFIG_FILE: docs/publishconf.py