-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix variable reference * Remove website-related content * Add commit and push after sorting Co-authored-by: Jelle Treep <[email protected]> * fix typo --------- Co-authored-by: Jelle Treep <[email protected]>
- Loading branch information
1 parent
c0e89ad
commit ae9500c
Showing
4 changed files
with
14 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,17 @@ jobs: | |
- name: sort readme # run the run.py to get the latest data | ||
run: | | ||
python sort.py | ||
- name: Deploy main | ||
uses: JamesIves/[email protected] | ||
- name: Commit files | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Utrecht University" | ||
git add . | ||
git commit -m "sort README" | ||
continue-on-error: true | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BRANCH: main | ||
FOLDER: . | ||
- name: Build | ||
run: | | ||
sed 's/docs\/img\//img\//g' README.md > docs/index.md | ||
mkdocs build | ||
- name: Deploy pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BRANCH: gh-pages | ||
FOLDER: site | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.