Skip to content

Commit

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

Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1
  • Loading branch information
yanntm authored May 28, 2024
2 parents 8255bd9 + d87c326 commit cf033ad
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 @@ -36,7 +36,7 @@ jobs:
- name: make doc
run: cd doc ; make ; cd .. ; mv doc/libddd.html/ website/ ;
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
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 @@ -33,7 +33,7 @@ jobs:
- name: prepare artefact
run: rm usr/local/lib/libDDD_d* ; tar cvzf osx.tgz usr/ ; mv osx.tgz website/
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
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:
- name: move to website
run: ls -lah ; mkdir -p windows ; cp windows.zip windows/ ; ls -lah windows/
- name: Deploy 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
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 cf033ad

Please sign in to comment.