Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann authored Jan 19, 2024
1 parent 1f8bcdc commit 2a0acf4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,21 @@ concurrency:
cancel-in-progress: false

jobs:
clone:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: rt-website
steps:
- name: Clone repository
working-directory: .
run: git clone https://github.com/eythaann/rt-website.git
- name: Debug directory structure
run: |
pwd
ls -al

build:
needs: clone
runs-on: ubuntu-latest
steps:
- name: Debug directory structure
run: |
pwd
ls -al
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 2a0acf4

Please sign in to comment.