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 cf6c522 commit 41d7e7aCopy full SHA for 41d7e7a
.github/workflows/pdf-stage.yml
@@ -19,10 +19,8 @@ jobs:
19
path: themes
20
- name: hugo build
21
run: |
22
-# git clone https://github.com/aspose-pdf/Aspose.PDF-Documentation.git || (cd Aspose.PDF-Documentation && git pull)
23
-# git clone --single-branch --branch master https://github.com/aspose-pdf/Aspose.PDF-Hugo-template.git themes/Aspose.PDF-Hugo-template || (cd themes/Aspose.PDF-Hugo-template && git pull)
24
- cd themes
25
- sudo npm install -D --save autoprefixer
+ cd ./themes
+ sudo npm install -D --save autoprefixer
26
sudo npm install -D --save postcss-cli
27
rsync --recursive --delete --force --progress ../* content/
28
rm -rf public
0 commit comments