aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages.yml
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-10-08 21:31:48 +0200
committerKamil Doległo <kamilok1965@interia.pl>2020-10-08 21:31:48 +0200
commitabe5113df0aeece35fc959e6b3b15ee125fe101c (patch)
tree6a8f43297731dd888251c2138c0f7c2f6ffd6307 /.github/workflows/gh-pages.yml
parente54d9b20f5a4935d0089a77dbea16c27c065cf48 (diff)
downloaddokka-abe5113df0aeece35fc959e6b3b15ee125fe101c.tar.gz
dokka-abe5113df0aeece35fc959e6b3b15ee125fe101c.tar.bz2
dokka-abe5113df0aeece35fc959e6b3b15ee125fe101c.zip
Fix double scoping of GitHubPages documentation
Diffstat (limited to '.github/workflows/gh-pages.yml')
-rw-r--r--.github/workflows/gh-pages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 1c98c7f2..32ef51c2 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -37,5 +37,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/mkdocs
+ destination_dir: ../
keep_files: true
full_commit_message: Publish ${{ env.DOKKA_VERSION }} documentation