diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index da27ee790..8b14dbb91 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages # The branch the action should deploy to. folder: website/ # The folder the action should deploy. diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index fb070f3d1..21c3f7e8f 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -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/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: osx # The branch the action should deploy to. folder: website/ # The folder the action should deploy. diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 135736dbd..6eb55083d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.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.