Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #36

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #36

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