Skip to content

Commit

Permalink
Merge pull request #2 from Yorichiiii22/main
Browse files Browse the repository at this point in the history
Sync my repo
  • Loading branch information
HarshS16 authored Oct 22, 2024
2 parents 72b1160 + 09c954f commit 587f22c
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Binary file added Project Food Menu/Image src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Project Food Menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./Image src/favicon.png" type="image/png">


<title>Restaurant</title>
<link
rel="stylesheet"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# hotel-Management-site-
# hotel-Management-site-
![image](https://github.com/user-attachments/assets/05e244fc-a9f0-4177-b2fb-0edc6f634fbe)

8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>
Restro
</title>
<meta http-equiv="refresh" content="0; url=https://yorichiiii22.github.io/hotel-Management-site-/Project Food Menu/index.html">
</head>
</html>

0 comments on commit 587f22c

Please sign in to comment.