Skip to content

Commit

Permalink
patch: updating runner to commit and to add community_example
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Oct 24, 2023
1 parent 4ebcca9 commit d4a8352
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
repository: uva-bi-sdad/social_data_commons
path: 'parent/social_data_commons'
- uses: actions/checkout@main
with:
repository: uva-bi-sdad/community_example
path: 'parent/community_example'
- name: Run tree
run: |
tree ..
Expand Down Expand Up @@ -69,22 +73,22 @@ jobs:
- name: List files
run: |
ls -la
# - name: Commit files # Commit changes
# working-directory: parent/${{ github.event.repository.name }}
# run: |
# ls -la
# git config --local user.email "actions@github.com"
# git config --local user.name "GitHub Actions"
# git add -A
# git commit -m "generating dashboard"
# git push
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: 'parent/${{ github.event.repository.name }}/docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Commit files # Commit changes
working-directory: parent/${{ github.event.repository.name }}
run: |
ls -la
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add -A
git commit -m "generating dashboard"
git push
# - name: Setup Pages
# uses: actions/configure-pages@v3
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2
# with:
# # Upload entire repository
# path: 'parent/${{ github.event.repository.name }}/docs'
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

0 comments on commit d4a8352

Please sign in to comment.