mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
remove concurrent build and add 404
This commit is contained in:
@@ -10,11 +10,6 @@ on:
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: true
|
||||
|
||||
# Default to bash
|
||||
defaults:
|
||||
run:
|
||||
|
||||
@@ -16,12 +16,6 @@ permissions:
|
||||
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
|
||||
|
||||
# Default to bash
|
||||
defaults:
|
||||
run:
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=https://avinal.space/404">
|
||||
<script type="text/javascript">
|
||||
setTimeout(function () {
|
||||
window.location.href = "https://avinal.space/404";
|
||||
}, 0);
|
||||
</script>
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
If you are not redirected, <a href="https://avinal.space">click here</a>.
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user