Skip to content

Commit

Permalink
fix: add missing checkout step to workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasjay authored Nov 3, 2024
1 parent 2ada6bc commit fbc5ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/Publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
runs-on: ubuntu-latest
name: Publish doc to GitHub Pages
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit fbc5ef6

Please # to comment.