Skip to content

Commit

Permalink
font and dimension fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dae Sanghwi committed Sep 16, 2024
1 parent 14f6aa7 commit 93dac5d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: CI/CD Pipeline

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

permissions:
contents: write
pull-requests: write
pages: write
id-token: write
actions: read
checks: write
deployments: write
issues: write
packages: write
repository-projects: write
security-events: write
statuses: write

jobs:
build-and-deploy:
runs-on: archlinux-latest
steps:
- uses: actions/checkout@v2

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .

pull-request-check:
runs-on: archlinux-latest
steps:
- uses: actions/checkout@v2

- name: Check HTML
uses: anishathalye/proof-html@v1
with:
directory: .
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<a href="#main-content" class="skip-to-content">Skip to main content</a>
<div class="loader-wrapper">
<div class="loader"></div>
<div class="lo ader"></div>
</div>
<div class="page-transition"></div>
<header>
Expand Down

0 comments on commit 93dac5d

Please sign in to comment.