Skip to content

Commit a465343

Browse files
committed
update publish workflow to deploy from the correct directory and remove unused route
1 parent 64f5795 commit a465343

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: netlify
2323
with:
2424
# be sure to escape any double quotes with a backslash
25-
args: 'deploy --json --prod --dir \"./public\" --message \"production [${{ github.sha }}]\"'
25+
args: 'deploy --json --prod --dir \"./dist\" --message \"production [${{ github.sha }}]\"'
2626
env:
2727
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2828
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

typed-router.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ declare module 'vue-router/auto-routes' {
4646
'/blog/introducing-hoppscotch-desktop-application': RouteRecordInfo<'/blog/introducing-hoppscotch-desktop-application', '/blog/introducing-hoppscotch-desktop-application', Record<never, never>, Record<never, never>>,
4747
'/blog/introducing-hoppscotch-enterprise-edition': RouteRecordInfo<'/blog/introducing-hoppscotch-enterprise-edition', '/blog/introducing-hoppscotch-enterprise-edition', Record<never, never>, Record<never, never>>,
4848
'/blog/introducing-secret-variables': RouteRecordInfo<'/blog/introducing-secret-variables', '/blog/introducing-secret-variables', Record<never, never>, Record<never, never>>,
49-
'/blog/sample-post': RouteRecordInfo<'/blog/sample-post', '/blog/sample-post', Record<never, never>, Record<never, never>>,
5049
'/brand': RouteRecordInfo<'/brand', '/brand', Record<never, never>, Record<never, never>>,
5150
'/careers': RouteRecordInfo<'/careers', '/careers', Record<never, never>, Record<never, never>>,
5251
'/changelog/': RouteRecordInfo<'/changelog/', '/changelog', Record<never, never>, Record<never, never>>,

0 commit comments

Comments
 (0)