Skip to content

Commit

Permalink
missing ./
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Oct 22, 2023
1 parent bc360e5 commit 4a230ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
# Do the base actions
- uses: .github/base-jobs.yml
- uses: ./.github/base-jobs.yml

# Do a dummy build to see if there are errors
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
# Do the base actions
- uses: .github/base-jobs.yml
- uses: ./.github/base-jobs.yml

# Production deploy
- name: Netlify Deploy
Expand Down

0 comments on commit 4a230ef

Please sign in to comment.