Skip to content

Commit

Permalink
use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
simvux committed Sep 5, 2024
1 parent 9b8994d commit fbee4d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Pulling changes
working-directory: ./workdir/
working-directory: workdir/
run: |
if [ -d "lumina/" ]; then
cd lumina/
Expand All @@ -23,11 +23,11 @@ jobs:
fi
- name: Build Documentation
working-directory: ./workdir/lumina/mdbook
working-directory: workdir/lumina/mdbook
run: |
mdbook build -d publish/
- name: Test
working-directory: ./workdir/lumina
working-directory: workdir/lumina
run: |
cargo test -- --nocapture

0 comments on commit fbee4d5

Please sign in to comment.