Skip to content

Commit

Permalink
Move checkout on top of preview.yml
Browse files Browse the repository at this point in the history
Apparently checking out will get rid of the content.
  • Loading branch information
gsmet committed Jan 26, 2023
1 parent b583b9f commit 179b0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v3
with:
repository: quarkusio/quarkusio.github.io
- name: Download PR Artifact
uses: dawidd6/action-download-artifact@v2
with:
Expand All @@ -22,9 +25,6 @@ jobs:
id: pr
run: |
echo "id=$(<documentation-temp/pr-id.txt)" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
with:
repository: quarkusio/quarkusio.github.io
- name: Sync documentation
shell: bash
run: |
Expand Down

0 comments on commit 179b0a9

Please sign in to comment.