Skip to content

Commit

Permalink
Merge pull request #3 from muonlineph/dev
Browse files Browse the repository at this point in the history
v1.0.0 merge from dev
  • Loading branch information
weaponsforge authored Mar 22, 2020
2 parents df5dbcf + 60b4efe commit 85b9b77
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to Github Pages

on:
push:
branches:
- master

jobs:
deploy:
name: Deploy to GH Pages
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Deploy
uses: peaceiris/[email protected]
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: public
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> Three.js model loader for 3d object (**.obj**) files.


### Prerequisites

1. NodeJS
Expand All @@ -15,6 +16,11 @@
- version r114


### Demo

[https://muonlineph.github.io/webgl-jsonloader/](https://muonlineph.github.io/webgl-jsonloader/)


## Installation

1. Clone this repository.
Expand Down Expand Up @@ -49,4 +55,4 @@


@weaponsforge
20200101
20200320

0 comments on commit 85b9b77

Please sign in to comment.