Skip to content

Commit

Permalink
test: run of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VegraD committed Nov 13, 2024
1 parent e4153c6 commit 7dd6b98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sphinx-init-default-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Deploy Sphinx documentation
on:
push:
branches:
- main
- feat/sphinx
pull_request:
branches:
- main
- feat/sphinx
workflow_dispatch:

permissions:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Sphinx exist and make
if: ${{ hashFiles('docs/conf.py') == '' && hashFiles('docs/index.rst') == '' && hashFiles('docs/Makefile') == '' && hashFiles('docs/make.bat') == ''}}
run: |
git clone ${{ github.server_url }}/${{ github.repository }}.git --branch main --single-branch main
git clone ${{ github.server_url }}/${{ github.repository }}.git --branch feat/sphinx --single-branch feat/sphinx
git clone [email protected]:vortexntnu/vortex-ci.git --branch sphinx/docs-template --single-branch sphinx/docs-template
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: auto
branch: feat/sphinx
github_token: ${{ secrets.GITHUB_TOKEN }}


Expand Down

0 comments on commit 7dd6b98

Please sign in to comment.