Skip to content

chore(deps): Bump the github-actions group across 1 directory with 3 … #29

chore(deps): Bump the github-actions group across 1 directory with 3 …

chore(deps): Bump the github-actions group across 1 directory with 3 … #29

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: 🚀 Demo
on:
push:
branches: [master, main]
tags-ignore: ['**']
workflow_dispatch: {}
concurrency:
group: ${{ github.ref }}-deploy
cancel-in-progress: true
env: {FORCE_COLOR: 'true'}
jobs:
demo:
name: Generate files and update the demo (GitHub Pages)
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Run this action
uses: ./
with:
target: .
ignore: '**/generator.js'
show-hidden: true
overwrite: false
- run: find . -type f -name index.html -exec ls -l "{}" \;
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir: demo
exclude_assets: ''
publish_dir: .