mirror of
https://github.com/elyby/docs.git
synced 2024-11-23 05:33:05 +05:30
Add stupid v prefix 🙃
This commit is contained in:
parent
1d39173246
commit
9dcdbc9bb6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
run: pipenv run sphinx-build -b gettext source build/locale
|
run: pipenv run sphinx-build -b gettext source build/locale
|
||||||
|
|
||||||
- name: Push and Pull strings from the Crowdin
|
- name: Push and Pull strings from the Crowdin
|
||||||
uses: crowdin/github-action@1
|
uses: crowdin/github-action@v1
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
echo "should-continue=$diff_detected" >> $GITHUB_OUTPUT
|
echo "should-continue=$diff_detected" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Deploy to the GitHub Pages
|
- name: Deploy to the GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
|
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
|
||||||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') ||
|
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') ||
|
||||||
|
Loading…
Reference in New Issue
Block a user