Skip to content

Update deploy.yml

Update deploy.yml #6

Workflow file for this run

- name: Deploy to Deno Deploy

Check failure on line 1 in .github/workflows/install.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/install.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: denoland/deployctl@f21311b48f62f0063e3c729fc8a6a5dcdc4da7f9
uses: denoland/[email protected]
with:
# The name or ID of the project to deploy
project:
# The path or URL to the entrypoint file
entrypoint:
# The path or URL to an import map file
import-map: # optional
# Only upload files that match this pattern (multiline and/or comma-separated)
include: # optional
# Exclude files that match this pattern (multiline and/or comma-separated)
exclude: # optional
# The path to the directory containing the code and assets to upload
root: # optional