Skip to content

Merge pull request #59 from webdevnerdstuff/dev #63

Merge pull request #59 from webdevnerdstuff/dev

Merge pull request #59 from webdevnerdstuff/dev #63

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
permissions:
contents: write
pages: write
id-token: write
pull-requests: write
repository-projects: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
git config --global user.email "webdevnerdstuff@gmail.com"
git config --global user.name "webdevnerdstuff"
mkdir docs
npm install --g gh-pages
npm i
npm run build:docs
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -u "github-actions-bot <support+actions@github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy