Skip to content

Commit ac04cb2

Browse files
committed
Update static.yml and docusaurus config
1 parent d71190c commit ac04cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["new_website"]
7+
branches: ["master"]
88
pull_request:
99
branches:
1010
- '*'
@@ -39,7 +39,7 @@ jobs:
3939

4040
deploy:
4141
needs: build
42-
if: github.ref == 'refs/heads/new_website'
42+
if: github.ref == 'refs/heads/master'
4343
environment:
4444
name: github-pages
4545
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)