Skip to content

Merge pull request #5 from resizes/change-runner #3

Merge pull request #5 from resizes/change-runner

Merge pull request #5 from resizes/change-runner #3

Workflow file for this run

ame: Deploy to GitHub Pages

Check failure on line 1 in .github/workflows/deploy copy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy copy.yml

Invalid workflow file

The workflow is not valid. .github/workflows/deploy copy.yml (Line: 1, Col: 1): Unexpected value 'ame'
on:
push:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: actions-runners
steps:
- name: Check runner
run: echo "Runner is working!"