From f4bc17bd66900ce0a49d34ebbc2bc57e77ba8ec2 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 19 Jun 2024 18:51:40 +0700 Subject: [PATCH] attempt to fix workflow --- .forgejo/workflows/main.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index d4ed0a5..b174fb3 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -4,22 +4,17 @@ on: push jobs: build: runs-on: ubuntu - steps: - - uses: actions/checkout@v3 - + - uses: actions/checkout@v4 - name: "Setup env" - uses: JRMurr/direnv-nix-action@v4.1.0 - + uses: https://github.comJRMurr/direnv-nix-action@v4.1.0 - name: use typst run: typst --version shell: bash - - name: build resume run: ./build.sh shell: bash - - - uses: actions/upload-artifact@v3 + - uses: https://github.com/actions/upload-artifact@v3 with: name: Resume path: resume.pdf