File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2424 branch : site # The branch the action should deploy to.
2525 folder : public # The folder the action should deploy.
2626 clean : true
27+ clean-exclude : |
28+ Preview-Badges/**
Original file line number Diff line number Diff line change 2323
2424 - name : Install and Build 🔧
2525 env :
26- PATH_PREFIX : /recognition/pr-preview/pr-${{ github.event.pull_request.number }}
26+ PATH_PREFIX : /recognition/Preview-Badges/ pr-preview/pr-${{ github.event.pull_request.number }}
2727 run : |
2828 npm install
2929 node -v
@@ -79,12 +79,14 @@ jobs:
7979 uses : rossjrw/pr-preview-action@v1.6.3
8080 with :
8181 source-dir : public
82+ umbrella-dir : Preview-Badges
8283 token : ${{ secrets.GITHUB_TOKEN }}
8384
8485 - name : Remove Preview on Close
8586 if : github.event_name == 'pull_request_target' && github.event.action == 'closed'
8687 uses : rossjrw/pr-preview-action@v1.6.3
8788 with :
8889 source-dir : public
90+ umbrella-dir : Preview-Badges
8991 remove : true
9092 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments