Skip to content

Change the color and background to give it a new look #248

Change the color and background to give it a new look

Change the color and background to give it a new look #248

Workflow file for this run

# This is the work flow to generate preview links for Pull Requests
name: PR-Preview-Generator
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Using Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Installing Surge
run: npm i -g surge
- name: Deploying on Surge
env:
SURGE_LOGIN: Y.S.B.Rathnayake2008@gmail.com
SURGE_TOKEN: 4f75270ec1d0e4d48c5ecc3959f9d888
DEPLOY_DOMAIN: https://pr-${{ github.event.number }}-NEW-YOSHITHA-WEBSITE.surge.sh
run: surge ./ $DEPLOY_DOMAIN --token $SURGE_TOKEN