Skip to content

Commit

Permalink
!fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiram6121 authored Oct 17, 2023
1 parent d4cc0fc commit 755d704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy url redirect

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -31,15 +30,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

# Generate our out directory by running node index.js
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: v20.8.0
- run: node index.js
- run: |
npm install
node index.js
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 755d704

Please sign in to comment.