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 6a890f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 Down
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 6a890f0

Please sign in to comment.