test proxy env
All checks were successful
Build every docs on push / Explore-Gitea-Actions-docker (push) Successful in 17m44s
All checks were successful
Build every docs on push / Explore-Gitea-Actions-docker (push) Successful in 17m44s
test proxy env
This commit is contained in:
parent
0352298974
commit
47b0905b1e
|
@ -2,13 +2,14 @@ name: Build every docs on push
|
|||
run-name: ${{ github.actor }} is build AcoSail docs 🚀
|
||||
on:
|
||||
- push
|
||||
env:
|
||||
httpProxy: http://10.9.2.33:7890
|
||||
httpSProxy: http://10.9.2.33:7890
|
||||
jobs:
|
||||
Explore-Gitea-Actions-docker:
|
||||
runs-on: [AcoSail2_X86]
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
- run: export
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install npm deps
|
||||
|
|
Loading…
Reference in New Issue
Block a user