Skip to content

Commit

Permalink
Chore/fix names (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider authored Sep 24, 2024
1 parent d2a0cfc commit 9e8bbcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: "20"
- run: corepack enable
- run: pnpm install
- name: Build Vite-Plugin-Hash-CSP
- name: Build Vite-Plugin-CSP-Guard
run: pnpm p:build
- name: Archive production artifacts
if: always()
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: v${{steps.publish.outputs.version}}
tag_prefix: vite-plugin-csp-hash_
tag_prefix: vite-plugin-csp-guard_

- name: Create a GitHub release
if: ${{ steps.publish.outputs.type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: "20"
- run: corepack enable
- run: pnpm install
- name: Build Vite-Plugin-Hash-CSP
- name: Build Vite-Plugin-CSP-Guard
run: pnpm p:build
- name: Run Unit Tests
run: pnpm p:test
Expand Down
5 changes: 2 additions & 3 deletions apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export default {
logo: <span style={{ fontWeight: 600 }}>Vite CSP Guard</span>,
project: {
link: "https://github.com/RockiRider/vite-plugin-posthog",
link: "https://github.com/RockiRider/csp",
},
docsRepositoryBase:
"https://github.com/RockiRider/vite-plugin-posthog/tree/main/apps/docs",
docsRepositoryBase: "https://github.com/RockiRider/csp/tree/main/apps/docs",
useNextSeoProps() {
return {
titleTemplate: "%s | Vite CSP Guard",
Expand Down

0 comments on commit 9e8bbcf

Please sign in to comment.