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 317ccf3 commit a1354cbCopy full SHA for a1354cb
.github/workflows/pdf-prod.yml
@@ -13,6 +13,7 @@ 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
19
rsync --recursive --delete --force --progress ../* content/
.github/workflows/pdf-stage.yml
@@ -15,6 +15,7 @@ jobs:
20
rm -rf content/Aspose.PDF-Hugo-template
21
rm -rf public
0 commit comments