Skip to content

Commit

Permalink
test trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed Jan 19, 2024
1 parent 324c390 commit a498851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy
on:
push:
pull_request:
branches:
- main

Expand All @@ -27,4 +27,4 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "serverpod_docs"
npm ci
npm run deploy
npm run deploy docs
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
favicon: 'img/favicon.png',
organizationName: 'serverpod', // Usually your GitHub org/user name.
projectName: 'serverpod.github.io', // Usually your repo name.
deploymentBranch: 'main',
deploymentBranch: 'test-deploy-branch',
trailingSlash: false,

presets: [
Expand Down

0 comments on commit a498851

Please sign in to comment.