diff --git a/.github/workflows/hacim.yml b/.github/workflows/hacim.yml index 5e1f0ae..dbe8d31 100644 --- a/.github/workflows/hacim.yml +++ b/.github/workflows/hacim.yml @@ -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 .. @@ -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