mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 09:26:53 +08:00
fix script
This commit is contained in:
parent
d10e824733
commit
b4287a4a54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: echo "mkdir -p test && echo hi > test/index.html"
|
- run: "mkdir -p test && echo hi > test/index.html"
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
# If you're changing the branch from main,
|
# If you're changing the branch from main,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue