update auto websites
This commit is contained in:
@@ -6,12 +6,25 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-kernel:
|
||||
copy-websites:
|
||||
runs-on: alpine-latest
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: demo-workflow-scripts
|
||||
steps:
|
||||
- name: Show the demo running
|
||||
env:
|
||||
VAR1: This is
|
||||
VAR2: A Demo of
|
||||
VAR3: GitHub Actions
|
||||
VAR4: Workflow jobs
|
||||
run: |
|
||||
echo $VAR1 $VAR2 $VAR3 $VAR4.
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -lR .
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user