We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332e137 commit 59d5621Copy full SHA for 59d5621
.github/workflows/publish-docs.yml
@@ -34,7 +34,7 @@ jobs:
34
npm ci
35
npm run build
36
37
- - name: Deploy Preview deploy-preview 🚀
+ - name: Deploy Preview 🚀
38
if: github.event_name == 'pull_request'
39
uses: rossjrw/pr-preview-action@v1
40
with:
@@ -43,7 +43,7 @@ jobs:
43
umbrella-dir: pr-preview
44
action: auto
45
46
- - name: Deploy to GitHub Pages 🚀
+ - name: Deploy to GitHub Pages �
47
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
48
uses: JamesIves/github-pages-deploy-action@v4
49
0 commit comments