We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d85a6d commit b97b99bCopy full SHA for b97b99b
.github/workflows/pr-preview.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install and Build
30
run: |
31
npm install
32
- npm run ghpages:build
+ npm run ghpages:publish
33
34
# Reference: https://github.com/rossjrw/pr-preview-action
35
- name: Deploy preview
0 commit comments