Skip to content

Commit

Permalink
fix: workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Mar 12, 2024
1 parent df733ef commit 9c36983
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to Cloudflare Pages
name: Deploy Playground
name: Deploy Docs

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -39,4 +39,5 @@ jobs:
projectName: bebop-docs
directory: ${{github.workspace}}/docs/dist
# Optional: Enable this if you want to have GitHub Deployments triggered
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: master
2 changes: 1 addition & 1 deletion .github/workflows/deploy-homepage.yml
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy Websites
name: Deploy Homepage

on:
# Runs on pushes targeting the default branch
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-playground.yml
Expand Up @@ -46,4 +46,5 @@ jobs:
projectName: bebopc-playground
directory: ${{github.workspace}}/playground/dist
# Optional: Enable this if you want to have GitHub Deployments triggered
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: master

0 comments on commit 9c36983

Please sign in to comment.