Skip to content

Commit

Permalink
ASFGASFA
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanawy committed Feb 27, 2024
1 parent f4d8699 commit 707b14d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: trunk build --release --public-url ${{ github.repository }}
- run: trunk build --release --public-url ${{ context.repo.repo }}

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- run: cargo test --all
- name: Hello
run: echo "Hello World!"

# steps:
# - uses: actions/checkout@v2
# - run: cargo test --all

# format:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 707b14d

Please sign in to comment.