Skip to content

Commit

Permalink
Update pdf-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaov-aspose authored Nov 6, 2024
1 parent f5ab3a1 commit d9d2a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdf-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run: |
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)
cd Aspose.PDF-Hugo-template
rm -rf content
sudo npm install -D --save autoprefixer
sudo npm install -D --save postcss-cli
rm -rf content
rsync --recursive --delete --force --progress ../* content/
rm -rf content/Aspose.PDF-Hugo-template
rm -rf public
Expand Down

0 comments on commit d9d2a29

Please sign in to comment.