Skip to content

Commit

Permalink
Some updates and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Nov 2, 2023
1 parent c3c6e33 commit 36988db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy website 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
Expand All @@ -36,7 +28,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './site/'
- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="header_text">Hirusha</h1>
>Read more...</span
>
<p class="stats">
Within a span of 1.5 years, I was able to gain
Within the span of 1.5 years, I was able to gain
<span id="gh_followers" class="gh_stats"></span> followers 🫂 and
<span id="gh_stars" class="gh_stats"></span> stars ✨ across
<span id="gh_repos" class="gh_stats"></span> public repos 📚 on
Expand Down
4 changes: 4 additions & 0 deletions site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@

/* For Desktops & Tablets */
@media only screen and (min-device-width: 800px) {
/* Main */
.main {
margin-top: 20vh;
}
/* Social bar (side) */
.socials {
position: -webkit-sticky;
Expand Down

0 comments on commit 36988db

Please sign in to comment.