GH action
This commit is contained in:
parent
ab714e6523
commit
91d7ce6668
1 changed files with 2 additions and 4 deletions
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
@ -33,10 +33,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: clone apps
|
||||
run: git clone https://github.com/coderofsalvation/xrsh-apps
|
||||
- name: link apps
|
||||
run: mv xrsh-apps/{app,com} src/.
|
||||
- name: clone components
|
||||
run: 'cd src && git clone https://github.com/coderofsalvation/xrsh-com && cd ..'
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue