Skip to content

ci: use reusable workflow from theme #45

ci: use reusable workflow from theme

ci: use reusable workflow from theme #45

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
workflow_dispatch: {}
permissions:
contents: write
jobs:
deploy:
uses: nypesap/mkdocs-nype/.github/workflows/reusable_deploy.yml@main

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 11): Secret SSH_HOST is required, but not provided while calling. .github/workflows/ci.yml (Line: 12, Col: 11): Secret SSH_PORT is required, but not provided while calling.
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}