File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Docusaurus project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -81,7 +81,7 @@ To set up the PushPreview workflow in your Docusaurus project:
8181
8282 ` ` ` yaml
8383 - name: Generate preview
84- uses: PushLabsHQ /pushpreview-action@1.0.6
84+ uses: TechDocsStudio /pushpreview-action@1.0.6
8585 with:
8686 # highlight-next-line
8787 source-directory: ./docs/build
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Gatsby project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -81,7 +81,7 @@ To set up the PushPreview workflow in your Gatsby project:
8181
8282 ` ` ` yaml
8383 - name: Generate preview
84- uses: PushLabsHQ /pushpreview-action@1.0.6
84+ uses: TechDocsStudio /pushpreview-action@1.0.6
8585 with:
8686 # highlight-next-line
8787 source-directory: ./docs/public
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ To set up the PushPreview workflow in your project:
6262 yarn build
6363
6464 - name : Generate preview
65- uses : PushLabsHQ /pushpreview-action@1.0.6
65+ uses : TechDocsStudio /pushpreview-action@1.0.6
6666 with :
6767 source-directory : ./docs/build
6868 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Hugo project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -81,7 +81,7 @@ To set up the PushPreview workflow in your Hugo project:
8181
8282 ` ` ` yaml
8383 - name: Generate preview
84- uses: PushLabsHQ /pushpreview-action@1.0.6
84+ uses: TechDocsStudio /pushpreview-action@1.0.6
8585 with:
8686 # highlight-next-line
8787 source-directory: ./docs/public
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Jekyll project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -91,7 +91,7 @@ To set up the PushPreview workflow in your Jekyll project:
9191
9292 ` ` ` yaml
9393 - name: Generate preview
94- uses: PushLabsHQ /pushpreview-action@1.0.6
94+ uses: TechDocsStudio /pushpreview-action@1.0.6
9595 with:
9696 # highlight-next-line
9797 source-directory: ./docs/_site
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your MkDocs project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -89,7 +89,7 @@ To set up the PushPreview workflow in your MkDocs project:
8989
9090 ` ` ` yaml
9191 - name: Generate preview
92- uses: PushLabsHQ /pushpreview-action@1.0.6
92+ uses: TechDocsStudio /pushpreview-action@1.0.6
9393 with:
9494 # highlight-next-line
9595 source-directory: ./docs/site
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Pelican project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -89,7 +89,7 @@ To set up the PushPreview workflow in your Pelican project:
8989
9090 ` ` ` yaml
9191 - name: Generate preview
92- uses: PushLabsHQ /pushpreview-action@1.0.6
92+ uses: TechDocsStudio /pushpreview-action@1.0.6
9393 with:
9494 # highlight-next-line
9595 source-directory: ./docs/output
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To set up the PushPreview workflow in your Sphinx project:
6060 yarn build
6161
6262 - name : Generate preview
63- uses : PushLabsHQ /pushpreview-action@1.0.6
63+ uses : TechDocsStudio /pushpreview-action@1.0.6
6464 with :
6565 source-directory : ./docs/build
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -89,7 +89,7 @@ To set up the PushPreview workflow in your Sphinx project:
8989
9090 ` ` ` yaml
9191 - name: Generate preview
92- uses: PushLabsHQ /pushpreview-action@1.0.6
92+ uses: TechDocsStudio /pushpreview-action@1.0.6
9393 with:
9494 # highlight-next-line
9595 source-directory: ./docs/_build/html
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ PushPreview uses OAuth 2.0 authentication to maintain a secure connection with G
2626
2727## GitHub Action
2828
29- The [ PushLabsHQ /pushpreview-action] ( https://github.com/PushLabsHQ /pushpreview-action ) facilitates the connection between GitHub and PushPreview, integrating it into your GitHub workflow.
29+ The [ TechDocsStudio /pushpreview-action] ( https://github.com/TechDocsStudio /pushpreview-action ) facilitates the connection between GitHub and PushPreview, integrating it into your GitHub workflow.
3030
3131Below is an example of how to use the ` push-preview-action ` in a workflow:
3232
@@ -65,7 +65,7 @@ Below is an example of how to use the `push-preview-action` in a workflow:
6565 yarn build
6666
6767 - name : Generate preview
68- uses : PushLabsHQ /pushpreview-action@1.0.6
68+ uses : TechDocsStudio /pushpreview-action@1.0.6
6969 with :
7070 # Replace with your docs output directory
7171 source-directory : ./docs/build
You can’t perform that action at this time.
0 commit comments