Skip to content

Bump react-native-vector-icons from 10.0.0 to 10.1.0 #139

Bump react-native-vector-icons from 10.0.0 to 10.1.0

Bump react-native-vector-icons from 10.0.0 to 10.1.0 #139

Workflow file for this run

name: Deploy
on:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
push:
paths-ignore:
- 'README.md'
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "youtunexv1"
root: "./dist"
entrypoint: "./index.html"