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 b3155da commit 74676c0Copy full SHA for 74676c0
.github/workflows/ci.yml
@@ -77,9 +77,11 @@ jobs:
77
- spellcheck
78
- build
79
80
- if: ${{ github.ref_name == 'master' || github.ref_name == 'sp2023' }}
81
82
steps:
+ - name: Check ref
83
+ run: echo '${{ github.ref_name }};''
84
- name: Deploy to GitHub Pages
85
+ if: ${{ github.ref_name == 'master' || github.ref_name == 'sp2023' }}
86
id: deployment
87
uses: actions/deploy-pages@v1
0 commit comments