Skip to content

Commit

Permalink
Update and rename page.yaml to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikromov247 authored Dec 18, 2024
1 parent 5c38bf6 commit 5430cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/page.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy React App to GitHub Pages
name: CI

on:
push:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 5430cdc

Please sign in to comment.