Skip to content

Update lume_deploy.yml #11

Update lume_deploy.yml

Update lume_deploy.yml #11

Workflow file for this run

name: Publish on GitHub Pages
on:
push:
branches: [ main ]
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build site
run: deno task build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '_site'
- name: Deploy to GitHub Pages
id: deployment
# uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
with:
token: ***

Check failure on line 41 in .github/workflows/lume_deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lume_deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 41
timeout: 600000
error_count: 10
reporting_interval: 5000
# artifact_name: github-pages
preview: false