Skip to content

fixing 🛠️

fixing 🛠️ #6

Workflow file for this run

name: Multividas About Page
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Install gridsome globally
run: npm install --global @gridsome/cli
- name: Build static
run : |
gridsome build
touch dist/.nojekyll
touch dist/favicon.ico