We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0a1e commit 61b8f46Copy full SHA for 61b8f46
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main"]
+ branches: ["new_website"]
8
pull_request:
9
branches:
10
- '*'
@@ -39,7 +39,7 @@ jobs:
39
40
deploy:
41
needs: build
42
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/new_website'
43
environment:
44
name: github-pages
45
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments