diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c0707d..904dc47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index 31bb396..1b9e453 100644 --- a/README.md +++ b/README.md @@ -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