From ff41119259970707428af81e5323ad46666ffd75 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 16 Jan 2024 01:37:02 -0500 Subject: [PATCH] bug: workflow pointing to non-existent dir --- .github/workflows/commit.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index b647d25..332d546 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -18,7 +18,7 @@ jobs: uses: ammar-ahmed22/compile-typst-action@v1 with: source_paths: src/main.typ - output_paths: 'images/latest.png' + output_paths: 'latest.png' fonts_path: 'src/resources/fonts' - name: Commit file uses: stefanzweifel/git-auto-commit-action@v5 diff --git a/README.md b/README.md index dcf9456..fdd5eb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Welcome to the home of my resume! Here I host my data-driven, continously deployed resume made possible by [Typst](https://typst.app)! -![Latest Resume Image](./images/latest.png) +![Latest Resume Image](./latest.png) ## How It Works This section explains the workflow and technologies behind the creation and maintenance of my resume.