Skip to content
Open

m #9

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks you for creating a issue."
pr-message: "Thanks you for creating a pull request."
issue-message: "Thanx for your first Issue' first issue"
pr-message: "Message that will be displayed on users' first pull request"
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yaml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install

- name: Build Project
run: npm run build
env:
REACT_APP_WELCOME_TEXT: ${{ vars.REACT_APP_WELCOME_TEXT }}


- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
20 changes: 0 additions & 20 deletions .github/workflows/youtube.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "github-actions-crash-course",
"name": "github-actions-crash",
"version": "0.1.0",
"private": true,
"homepage": "https://devopspro.github.io/github-actions-crash-course",
Expand Down