GH action
This commit is contained in:
parent
ab714e6523
commit
91d7ce6668
|
@ -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…
Reference in New Issue