Skip to content

Commit

Permalink
Merge pull request #31 from lip6/dependabot/github_actions/JamesIves/…
Browse files Browse the repository at this point in the history
…github-pages-deploy-action-4.4.3

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
  • Loading branch information
yanntm authored Sep 25, 2023
2 parents 03af72f + 84d51d5 commit 9e5b24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: build
run: ./build_louvain.sh
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages # The branch the action should deploy to.
folder: website/ # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: rename
run: mv website/louvain_linux.tar.gz website/louvain_osx.tar.gz
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: osx # The branch the action should deploy to.
folder: website/ # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ls -lah ; mkdir -p windows ; cp louvain.exe louvain_windows.tar.gz convert.exe windows/ ; ls -lah windows/

- name: Deploy 🚀
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: Windows
folder: windows/ # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here.
Expand Down

0 comments on commit 9e5b24d

Please sign in to comment.