Skip to content

Commit 5a215b4

Browse files
authored
Merge pull request #158 from rstudio/update-actions
2 parents fc0e53b + 57537db commit 5a215b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
uses: peaceiris/actions-gh-pages@v3
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: docs/_site/*
39+
publish_dir: docs/_site
4040
publish_branch: gh-pages
4141
destination_dir: main
4242
- name: publish stable docs
4343
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
4444
uses: peaceiris/actions-gh-pages@v3
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
publish_dir: docs/_site/*
47+
publish_dir: docs/_site
4848
publish_branch: gh-pages
4949
destination_dir: ${{ github.ref_name }}
5050
- name: create symlink stable to new version

0 commit comments

Comments
 (0)