lol
This commit is contained in:
@@ -159,6 +159,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
path: ./site
|
path: ./site
|
||||||
|
- name: Extract artifact
|
||||||
|
run: |
|
||||||
|
cd site
|
||||||
|
tar -xf artifact.tar
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user