From dd5b07d231633586e87a4e0cc7fe15416c2a4e95 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Wed, 17 Apr 2024 13:25:07 +0200 Subject: [PATCH] fix: force remove robots.txt file --- _doc-gen-robots/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_doc-gen-robots/action.yml b/_doc-gen-robots/action.yml index a897e942c..ea3f3cdbd 100644 --- a/_doc-gen-robots/action.yml +++ b/_doc-gen-robots/action.yml @@ -54,7 +54,7 @@ runs: - name: "Generate the robots.txt file" shell: bash run: | - rm robots.txt && touch robots.txt + rm -rf robots.txt && touch robots.txt - name: "Allow all agents to crawl the website" shell: bash