Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaov-aspose committed Nov 6, 2024
1 parent 317ccf3 commit a1354cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pdf-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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
rsync --recursive --delete --force --progress ../* content/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pdf-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
cd Aspose.PDF-Hugo-template
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 a1354cb

Please sign in to comment.