Skip to content

Commit

Permalink
fixed titles
Browse files Browse the repository at this point in the history
  • Loading branch information
osharper committed Feb 3, 2024
1 parent 025df76 commit ee455fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy Vite+Vue to Pages
name: Deploy Vite build to Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand All @@ -42,10 +42,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload dist repository
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Personal website built with [Solid.js](https://www.solidjs.com/) and [Tailwind](https://tailwindcss.com/)

## Usage

Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`.
Expand Down

0 comments on commit ee455fd

Please sign in to comment.