Skip to content

Bump webpack from 5.91.0 to 5.94.0 #35

Bump webpack from 5.91.0 to 5.94.0

Bump webpack from 5.91.0 to 5.94.0 #35

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Deploy website
uses: redkubes/[email protected]
with:
source-folder: .
git-user: ${{ github.actor }}
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages