diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-10-08 21:31:48 +0200 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2020-10-08 21:31:48 +0200 |
commit | abe5113df0aeece35fc959e6b3b15ee125fe101c (patch) | |
tree | 6a8f43297731dd888251c2138c0f7c2f6ffd6307 /.github/workflows/gh-pages.yml | |
parent | e54d9b20f5a4935d0089a77dbea16c27c065cf48 (diff) | |
download | dokka-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.yml | 1 |
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 |