mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
Fix GitHub workflows
This commit is contained in:
2
.github/workflows/create-executables.yaml
vendored
2
.github/workflows/create-executables.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: taiki-e/install-action@just
|
||||
|
||||
- name: Install the project
|
||||
run: just install
|
||||
run: just sync
|
||||
|
||||
- name: Create executable
|
||||
run: just create-executable
|
||||
|
||||
2
.github/workflows/deploy-docs.yaml
vendored
2
.github/workflows/deploy-docs.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
uses: taiki-e/install-action@just
|
||||
|
||||
- name: Install the project
|
||||
run: just install
|
||||
run: just sync
|
||||
|
||||
- name: Build docs
|
||||
run: just build-docs
|
||||
|
||||
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
uses: taiki-e/install-action@just
|
||||
|
||||
- name: Install the project
|
||||
run: just install
|
||||
run: just sync
|
||||
|
||||
- name: Test
|
||||
run: just test-coverage
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: Install the project
|
||||
run: just install
|
||||
run: just sync
|
||||
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@just
|
||||
|
||||
2
.github/workflows/update-files.yaml
vendored
2
.github/workflows/update-files.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
uses: taiki-e/install-action@just
|
||||
|
||||
- name: Install the project
|
||||
run: just install
|
||||
run: just sync
|
||||
|
||||
- name: Set Git credentials
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user