Skip to content

Commit cd83103

Browse files
committed
removed readme and updated node version in github deploy file
1 parent de9aa8a commit cd83103

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Minimal Blog
22

33
on:
44
push:
5-
branches: ["master", "main"]
5+
branches: ["master"]
66
workflow_dispatch:
77

88
permissions:
@@ -14,6 +14,9 @@ concurrency:
1414
group: "pages"
1515
cancel-in-progress: false
1616

17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1720
jobs:
1821
build:
1922
runs-on: ubuntu-latest

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)