Skip to content

Commit

Permalink
Check out PL code separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jan 19, 2024
1 parent 464b2fc commit 0036d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@ jobs:
path: gh-pages
token: ${{ secrets.JENKINS_GITHUB_PAT }}
fetch-depth: 0
- name: 'Checkout PL Tutorial code'
uses: actions/checkout@v3
with:
repository: runtimeverification/pl-tutorial
path: gh-pages/k-distribution/pl-tutorial
token: ${{ secrets.JENKINS_GITHUB_PAT }}
- working-directory: gh-pages
run: |
git config --global user.name rv-jenkins
Expand Down

0 comments on commit 0036d54

Please sign in to comment.