Skip to content

Commit

Permalink
Create padanyiweb.yml
Browse files Browse the repository at this point in the history
not done yet
  • Loading branch information
CreeperG16 committed Sep 12, 2023
1 parent 2310e70 commit 4463874
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/padanyiweb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# # Runs the Node.js script that generates the index.json file
# # -Tom16

# name: "Check Padanyi Website status"

# on:
# workflow_dispatch:
# push:
# branches: [main]
# schedule:
# - cron: "*/30 * * * *"

# permissions:
# contents: write
# pull-requests: read

# jobs:
# update-time:
# runs-on: "ubuntu-latest"
# steps:
# - uses: actions/checkout@v3
# - name: Setup node
# uses: actions/setup-node@v3
# with:
# node-version: 18.12.x
# cache: npm
# cache-dependency-path: package-lock.json
# - name: Run index.js
# run: node index.js

1 comment on commit 4463874

@vercel
Copy link

@vercel vercel bot commented on 4463874 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tom-website – ./

tom-website-git-main-creeperg16.vercel.app
tom-website-creeperg16.vercel.app
tom-website.vercel.app

Please sign in to comment.