mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 17:36:52 +08:00
fix typo
This commit is contained in:
parent
edc2ce6724
commit
d10e824733
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
if: ${{ github.ref == 'refs/heads/sphinx' }}
|
if: ${{ github.ref == 'refs/heads/sphinx' }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./testt
|
publish_dir: ./test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue