Skip to content

Commit

Permalink
prepared pipelines for deplpyment on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 15, 2024
1 parent eb6d993 commit c8a0935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy Docs

on:
# push:
# branches: [main]
pull_request: # TODO: Remove deployment from pull requests to main
push:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -61,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
titleTemplate: ':title - by SIDESTREAM',
description: 'The productive way to build fullstack Nuxt 3 applications.',
srcDir: 'src',
base: '/docs/',
base: '/',
cleanUrls: true,
lang: 'en-US',
appearance: 'dark',
Expand Down

0 comments on commit c8a0935

Please sign in to comment.