Skip to content

Commit

Permalink
Update tags.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jun 19, 2021
1 parent 7ae3b3b commit 0e80e78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/mne-tools/mne-nirs.git --branch gh-pages --single-branch gh-pages
cp /home/runner/example_data/BIDS-NIRS-Tapping-master/derivatives/fnirs-apps-quality-reports/report_basic_04.html gh-pages/example_report.html
cd gh-pages
pwd
git clone https://github.com/mne-tools/mne-nirs.git --branch gh-pages --single-branch /home/runner/gh-pages
cp /home/runner/example_data/BIDS-NIRS-Tapping-master/derivatives/fnirs-apps-quality-reports/report_basic_04.html /home/runner/gh-pages/example_report.html
cd /home/runner/gh-pages
ls
git config --local user.email "[email protected]"
git config --local user.name "Robert Luke"
Expand All @@ -85,5 +86,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: gh-pages
directory: gh-pages
directory: /home/runner/gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e80e78

Please sign in to comment.