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 34a9db2 commit 0a32931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-init-default-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
python-version: 3.7
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: pip install -U sphinx

# Step 2: Check if certain needed Sphinx files exist, if not we create defaults
- 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 feat/sphinx --single-branch feat/sphinx
git clone git@github.com:vortexntnu/vortex-ci.git --branch sphinx/docs-template --single-branch sphinx/docs-template
git clone https://github.com/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"
git add .
Expand Down

0 comments on commit 0a32931

Please sign in to comment.