diff options
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 |