Skip to content

Commit

Permalink
fix: actions path after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Oct 26, 2024
1 parent 13aaa8b commit 73d1b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
uses: cartabinaria/config/.github/workflows/statik.yaml@main
with:
regex_include: "\\.(pdf|link|txt|html|css|js|ts|ico|env|zip|vim|md)$"
2 changes: 1 addition & 1 deletion .github/workflows/filenames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main
uses: cartabinaria/config/.github/workflows/filenames.yaml@main

0 comments on commit 73d1b25

Please sign in to comment.