Skip to content

Commit

Permalink
modification des noms de fichier robots
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan committed Feb 27, 2024
1 parent dfee6d0 commit a17414b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-recette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
with:
source: ".htaccess"
target: "build/.htaccess"
- name: copy robot.txt
- name: copy robots.txt
uses: canastro/copy-file-action@master
with:
source: "robot.txt"
target: "build/robot.txt"
source: "robots-recette.txt"
target: "build/robots.txt"
- name: Upload release bundle as artifact
uses: actions/upload-artifact@v3
with:
Expand Down
File renamed without changes.

0 comments on commit a17414b

Please sign in to comment.