Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Mar 9, 2024
1 parent f2ff122 commit 1ff42e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
# Simple workflow for deploying static content to GitHub Pages
name: Publish - 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:
runs-on: macos-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -40,11 +35,13 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v4

- 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Single-page, clean and simple developer CV written with [typst](https://typst.app/), [tailwindcss colors](https://github.com/kaarmu/typst-palettes/blob/main/doc/main.pdf) and published to GitHub Pages.

![cv](https://github.com/Noxsios/cv/assets/50058333/420ab853-bc9b-4b25-866e-14f2826602ff)
![cv](https://noxsios.github.io/cv/harry-randazzo-cv.png)

## Building Locally

Expand Down

0 comments on commit 1ff42e1

Please sign in to comment.