Update tests.yml
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,6 +10,7 @@ jobs: | |||||||
|     name: Clone, Setup, and Install |     name: Clone, Setup, and Install | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|      |      | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout Repository |       - name: Checkout Repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
| @@ -128,15 +129,12 @@ jobs: | |||||||
|           pip install sphinxemoji sphinx_rtd_theme recommonmark |           pip install sphinxemoji sphinx_rtd_theme recommonmark | ||||||
|           cd docsource |           cd docsource | ||||||
|           make html && make github && cd .. |           make html && make github && cd .. | ||||||
|           git add docs/* |  | ||||||
|           git status |           git status | ||||||
|  |  | ||||||
|       - name: publish |       - uses: EndBug/add-and-commit@v9 | ||||||
|         run: | |         with: | ||||||
|           git status |           default_author: github_actions | ||||||
|           git config user.name github-actions |           message: update docs | ||||||
|           git config user.email github-actions@github.com |           committer_name: GitHub Actions | ||||||
|           git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_TOKEN_INKYCAL_DOCS }}@github.com/$GITHUB_REPOSITORY |           committer_email: actions@github.com | ||||||
|           git add docs/* |           add: 'docs/*' | ||||||
|           git commit -m "update docs" |  | ||||||
|           git push --force |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user