Skip to content

Commit 61d3833

Browse files
Update pdf-stage.yml
1 parent 87f7295 commit 61d3833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pdf-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
run: |
1414
git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/aspose-pdf/Aspose.PDF-Hugo-template.git || (cd Aspose.PDF-Hugo-template && git pull)
1515
cd Aspose.PDF-Hugo-template
16+
rm -rf content
1617
sudo npm install -D --save autoprefixer
1718
sudo npm install -D --save postcss-cli
18-
rm -rf content
1919
rsync --recursive --delete --force --progress ../* content/
2020
rm -rf content/Aspose.PDF-Hugo-template
2121
rm -rf public

0 commit comments

Comments
 (0)