Skip to content

Commit

Permalink
Fixes tutorial check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fathzer committed May 29, 2024
1 parent 219389c commit 2d63c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/checkout@v4
with:
repository: fathzer/hosting
token: ${{ secrets.REPO_READ_TOKEN }}
sparse-checkout: javaluator
path: './hosting'

- name: seeMe
run: |
chmod +x ./javaluator-examples/detectDiff.sh
./javaluator-examples/detectDiff.sh ./hosting/javaluator/www/en/doc/tutorial ./javaluator-examples/src/main/java/com/fathzer/soft/javaluator/examples
./javaluator-examples/detectDiff.sh ./hosting/javaluator/www/en/doc/tutorial ./javaluator-examples/src/main/java/com/fathzer/soft/javaluator/examples

0 comments on commit 2d63c38

Please sign in to comment.