diff options
author | Nils <git@nkn-it.de> | 2022-10-25 12:21:49 +0200 |
---|---|---|
committer | Nils <git@nkn-it.de> | 2022-10-25 12:21:49 +0200 |
commit | 1133d367b25208b799fb3fd162bedd34fad67e7f (patch) | |
tree | 63a6c5dce1f2cd8897dcbdc863eb3a0248d29640 /.github/workflows/demo_page.yml | |
parent | 89e1c18b125c44fceae2c56f07156dbaff255806 (diff) |
checkout v3
Diffstat (limited to '.github/workflows/demo_page.yml')
-rw-r--r-- | .github/workflows/demo_page.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/demo_page.yml b/.github/workflows/demo_page.yml index 30cdc23..5dba6da 100644 --- a/.github/workflows/demo_page.yml +++ b/.github/workflows/demo_page.yml @@ -9,7 +9,7 @@ jobs: - name: Dependencies 🔧 run: sudo apt-get install imagemagick jhead - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build 🖼️ run: | ls -lah @@ -18,8 +18,9 @@ jobs: cd build/ ls -lah bash ../gallery.sh -t "Demo Gallery" -d "thumbs" + # https://github.com/marketplace/actions/deploy-to-github-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: build # The folder the action should deploy.
\ No newline at end of file |