Updated gh-pages checkout command

This commit is contained in:
Allan Jeremy 2022-05-19 14:52:58 +03:00
parent 5c04f1511f
commit 93a8fe1c61

View file

@ -52,12 +52,13 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: AllanJeremy/luau-benchmark-results repository: AllanJeremy/luau-benchmark-results
ref: "main"
- name: Checkout gh-pages - name: Checkout gh-pages
run: | run: |
git status git status
git fetch --no-tags --depth=1 origin main git fetch --no-tags --depth=1 origin main
git checkout --track origin/main git checkout origin/main
git pull git pull
git status git status