diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 112197b4..3786259c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,8 +12,6 @@ on: paths: - 'apps/www/**' pull_request_target: - branches: - - dev types: # When a created pull request from forked repo, it will be comment 'Should deploy to add label' - opened @@ -50,10 +48,10 @@ jobs: }} steps: - - name: Checkout test + - name: Checkout uses: actions/checkout@v3 with: - ref: test + ref: ${{ github.event.pull_request.head.sha || github.ref }} fetch-depth: 0 - name: Print pull request head information @@ -104,7 +102,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} # Optional: Switch what branch you are publishing to. # By default this will be the branch which triggered this workflow - branch: test + # branch: main # Optional: Change the working directory workingDirectory: apps/www wranglerVersion: '3' diff --git a/apps/www/src/content/docs/about.md b/apps/www/src/content/docs/about.md index 21e9e6be..9e48890a 100644 --- a/apps/www/src/content/docs/about.md +++ b/apps/www/src/content/docs/about.md @@ -5,7 +5,7 @@ description: Powered by amazing open source projects. ## About -[shadcn-vue](https://shadcn-vuee.com) is a port of [shadcn/ui](https://ui.shadcn.com) for Vue/Nuxt. It's maintained by [radix-vue](https://github.com/radix-vue). +[shadcn-vue](https://shadcn-vue.com) is a port of [shadcn/ui](https://ui.shadcn.com) for Vue/Nuxt. It's maintained by [radix-vue](https://github.com/radix-vue). ## Credits @@ -17,4 +17,4 @@ description: Powered by amazing open source projects. ## License -MIT © [shadcn](https://shadcn.com) & [radix-vue](https://github.com/radix-vue) \ No newline at end of file +MIT © [shadcn](https://shadcn.com) & [radix-vue](https://github.com/radix-vue)