Skip to content

Commit bf90119

Browse files
committed
fix: package name
1 parent 9663b08 commit bf90119

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

docs/installation/docusaurus.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
84+
uses: TechDocsStudio/[email protected]
8585
with:
8686
# highlight-next-line
8787
source-directory: ./docs/build

docs/installation/gatsby.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
84+
uses: TechDocsStudio/[email protected]
8585
with:
8686
# highlight-next-line
8787
source-directory: ./docs/public

docs/installation/html.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/[email protected]
65+
uses: TechDocsStudio/[email protected]
6666
with:
6767
source-directory: ./docs/build
6868
github-token: ${{ secrets.GITHUB_TOKEN }}

docs/installation/hugo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
84+
uses: TechDocsStudio/[email protected]
8585
with:
8686
# highlight-next-line
8787
source-directory: ./docs/public

docs/installation/jekyll.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
94+
uses: TechDocsStudio/[email protected]
9595
with:
9696
# highlight-next-line
9797
source-directory: ./docs/_site

docs/installation/mkdocs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
92+
uses: TechDocsStudio/[email protected]
9393
with:
9494
# highlight-next-line
9595
source-directory: ./docs/site

docs/installation/pelican.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
92+
uses: TechDocsStudio/[email protected]
9393
with:
9494
# highlight-next-line
9595
source-directory: ./docs/output

docs/installation/sphinx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected]
63+
uses: TechDocsStudio/[email protected]
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/[email protected]
92+
uses: TechDocsStudio/[email protected]
9393
with:
9494
# highlight-next-line
9595
source-directory: ./docs/_build/html

docs/integrations/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3131
Below 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/[email protected]
68+
uses: TechDocsStudio/[email protected]
6969
with:
7070
# Replace with your docs output directory
7171
source-directory: ./docs/build

0 commit comments

Comments
 (0)