@@ -0,0 +1,20 @@
|
|||||||
|
name: Deploy Portfolio
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Test Runner
|
||||||
|
run: |
|
||||||
|
echo "Runner funcionando!"
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
Reference in New Issue
Block a user