Skip to content

Commit 41d7e7a

Browse files
Update pdf-stage.yml
1 parent cf6c522 commit 41d7e7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pdf-stage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
path: themes
2020
- name: hugo build
2121
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
22+
cd ./themes
23+
sudo npm install -D --save autoprefixer
2624
sudo npm install -D --save postcss-cli
2725
rsync --recursive --delete --force --progress ../* content/
2826
rm -rf public

0 commit comments

Comments
 (0)