Skip to content

start fixing v-align #105

start fixing v-align

start fixing v-align #105

Workflow file for this run

on: push
name: Release
jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
steps:
- name: Install
uses: actions/checkout@v3
uses: actions/setup-node@v3

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 11, Col: 9): 'uses' is already defined .github/workflows/ci.yml (Line: 14, Col: 9): Unexpected value 'run'
with:
node-version: ${{ matrix.node-version }}
run: npm i
- name: Build
id: build
run: npm run build
env:
supabase: ${{ secrets.supabase }}
- name: Docs
env:
supabase: ${{ github.secrets.supabase }}
id: build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_KEY }}
BRANCH: gh-pages
FOLDER: docs/.vuepress/dist