Skip to content

Commit 80089d3

Browse files
authored
Update benchmarks.yml
1 parent 83069c8 commit 80089d3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- name: Checkout from gno repository
13+
- name: Checkout
1414
uses: actions/checkout@v4
15-
with:
16-
repository: gnolang/gno
17-
ref: 'gh-benchmarks'
18-
- name: Commit & Push changes
19-
uses: stefanzweifel/git-auto-commit-action@v5
20-
with:
21-
branch: gh-pages
15+
- name: Fetch Branch from Gno Repository
16+
run: |
17+
git remote add upstream https://github.com/gnolang/gno.git
18+
git fetch upstream gh-benchmarks
19+
git checkout -b gh-pages upstream/gh-benchmarks
20+
- name: Push Branch to gh-pages
21+
run: |
22+
git push origin gh-pages --force

0 commit comments

Comments
 (0)