Skip to content

Commit

Permalink
Merge pull request airalab#699 from nakata5321/master
Browse files Browse the repository at this point in the history
fix GitHub action
  • Loading branch information
Vourhey committed Jul 4, 2023
2 parents 984333d + e3216ae commit d195ccb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Robonomics Wiki
name: Robonomics Wiki build

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand All @@ -21,6 +21,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "14.x"

- name: Install and Build 🔧
run: |
sudo yarn global add @gridsome/cli
Expand Down

0 comments on commit d195ccb

Please sign in to comment.