File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Checkout repository
2626 uses : actions/checkout@v4
27-
27+ with :
28+ ref : pager # Check out the 'pager' branch
2829 - name : Setup Node.js
2930 uses : actions/setup-node@v4
3031 with :
@@ -54,11 +55,13 @@ jobs:
5455 name : github-pages
5556 url : ${{ steps.deployment.outputs.page_url }}
5657 needs : build
57- if : github.ref == 'refs/heads/pager' && github.event_name == 'push' # Deploy only on push to 'pager'
58+ if : github.ref == 'refs/heads/pager' && github.event_name == 'push'
5859 runs-on : ubuntu-latest
5960 steps :
6061 - name : Checkout
6162 uses : actions/checkout@v4
63+ with :
64+ ref : pager # Check out the 'pager' branch
6265 - name : Setup Pages
6366 uses : actions/configure-pages@v5
6467 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments