We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f7295 commit 61d3833Copy full SHA for 61d3833
.github/workflows/pdf-stage.yml
@@ -13,9 +13,9 @@ jobs:
13
run: |
14
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)
15
cd Aspose.PDF-Hugo-template
16
+ rm -rf content
17
sudo npm install -D --save autoprefixer
18
sudo npm install -D --save postcss-cli
- rm -rf content
19
rsync --recursive --delete --force --progress ../* content/
20
rm -rf content/Aspose.PDF-Hugo-template
21
rm -rf public
0 commit comments