Fix deploy action old branch ref
This commit is contained in:
parent
ab454e5422
commit
2ea2dd813f
|
|
@ -3,7 +3,7 @@ run-name: "${{ github.actor }} is deploying ${{ github.sha }}"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -36,4 +36,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue