Skip to content

Bump docker/login-action from 3.4.0 to 3.6.0 #9

Bump docker/login-action from 3.4.0 to 3.6.0

Bump docker/login-action from 3.4.0 to 3.6.0 #9

Workflow file for this run

name: deploy to github pages
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: . # The folder the action should deploy.