Skip to content

fix :: yml

fix :: yml #9

Workflow file for this run

name: DAuth
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn run build
- name: Deploy to GitHub Pages
run: yarn run deploy
with:

Check failure on line 29 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / DAuth

Invalid workflow file

The workflow is not valid. .github/workflows/�deploy.yml (Line: 29, Col: 9): Unexpected value 'with'
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./build
user_name: ${{ secrets.GIT_USER }}
user_email: 41898282+${{ secrets.GIT_EMAIL}}@users.noreply.github.com