File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- paths :
8- - ' **.py'
9- - ' layouts/**'
10- - ' docs/styles.css'
11- - ' docs/script.js'
7+ # paths:
8+ # - '**.py'
9+ # - 'layouts/**'
10+ # - 'docs/styles.css'
11+ # - 'docs/script.js'
1212 pull_request :
1313 types : [closed]
1414 workflow_dispatch :
1515
1616jobs :
1717 render-html :
18- if : github.event_name != 'pull_request' || github.event.pull_request. merged == true
18+ if : ${{ github.event_name != 'pull_request' || ( github.event.pull_request && github.event.pull_request. merged == true) }}
1919 runs-on : ubuntu-latest
2020 permissions :
2121 contents : write
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
2828 with :
29- python-version : ' 3.14 '
29+ python-version : ' 3.12 '
3030
3131 - name : Install dependencies
3232 run : |
4545 force_orphan : true
4646 user_name : ' github-actions[bot]'
4747 user_email : ' github-actions[bot]@users.noreply.github.com'
48- commit_message : ${{ github.event_name == 'pull_request' && ' chore: deploy from merged PR' || 'chore: deploy after code changes' }}
48+ commit_message : ' chore: deploy from new update '
You can’t perform that action at this time.
0 commit comments