Change deploy branch
This commit is contained in:
parent
8e0a58b3e3
commit
fff7b0b378
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: Deploy to Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [$default-branch]
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
@ -31,7 +31,6 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: "."
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue