Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
This commit is contained in:
parent
44d48fa204
commit
1fd3199f81
|
@ -11,16 +11,16 @@ jobs:
|
|||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: RouxAntoine/checkout@v3.5.4
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
|
||||
- name: Setup env
|
||||
-run: sudo apt install bundler
|
||||
- run: sudo apt install bundler
|
||||
|
||||
- name: Setup bundle deps
|
||||
- run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
bundle install
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
- run: bundle install
|
||||
|
||||
- name: Build
|
||||
- run: bundle exec jekyll build
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: bundle exec jekyll build
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Reference in New Issue