Skip to content

ci: use reusable workflow from theme #39

ci: use reusable workflow from theme

ci: use reusable workflow from theme #39

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
workflow_dispatch: {}
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: git clone --depth 1 https://github.com/nypesap/mkdocs-nype.git
- run: |
pwd
ls -la
ls -la mkdocs-nype/.github/workflows
- uses: ./mkdocs-nype/.github/workflows/reusable_deploy.yml