Skip to content

Commit

Permalink
Update pdf-stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaov-aspose authored Nov 7, 2024
1 parent 14df4aa commit 0e7f5f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pdf-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
name: Deploy
runs-on: [self-hosted, linux, x64, dev4-pdf]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: hugo build
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)
Expand Down

0 comments on commit 0e7f5f2

Please sign in to comment.