This commit is contained in:
parent
e1d3236500
commit
c49a01a9ca
1 changed files with 10 additions and 4 deletions
|
@ -10,10 +10,16 @@ jobs:
|
|||
- name: Dependencies
|
||||
run: |
|
||||
apt update -y
|
||||
apt install nodejs -y
|
||||
node -v
|
||||
apt install git -y
|
||||
git -v
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
git clone https://git.asandikci.com/asandikci.com/web
|
||||
git checkout main
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ruby-version: 3.2
|
||||
bundler-cache: true
|
||||
|
|
Loading…
Reference in a new issue