diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:06:35 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:06:35 +0200 |
| commit | 3e9a191a8b143904d0955c56db8617f89c07fe15 (patch) | |
| tree | 2156f729d9e45b47a83ae35a3c97126b2a0aa9ae | |
| parent | a3a773ae23f0d824ffcf4189e6e05d4886b0eb2a (diff) | |
| download | gohugo-theme-ed-3e9a191a8b143904d0955c56db8617f89c07fe15.tar.gz | |
Fix source directory to deploy to GitHub Pages
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b35fb80..477d25e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,4 +38,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: ./exampleSite/public |
