Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4… #83

chore(deps): update jamesives/github-pages-deploy-action action to v4…

chore(deps): update jamesives/github-pages-deploy-action action to v4… #83

Workflow file for this run

name: deploy docs
on:
push:
paths:
- '.github/workflows/docs.yml'
- 'dist/**'
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: exist
shell: bash
run: |
if [[ -d "dist" ]]; then
touch not-exist-really
fi
- name: Deploy
uses: JamesIves/[email protected]
if: ${{ hashFiles('not-exist-really') != '' }}
with:
branch: gh-pages
folder: dist