Skip to content

wrote content of demoscene page #35

wrote content of demoscene page

wrote content of demoscene page #35

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: build
env:
BASE_PATH: '/CIOSAI.github.io'
run: |
npm install
npm run build
touch dist/.nojekyll
- name: Deploy to GH Page
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist