mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
more test
This commit is contained in:
parent
b4287a4a54
commit
b4f5056699
2 changed files with 10 additions and 1 deletions
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: "mkdir -p test && echo hi > test/index.html"
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
# If you're changing the branch from main,
|
||||
|
|
|
|||
10
test/index.html
Normal file
10
test/index.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>blah</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>I'm the content</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue