diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7020378..c22f15b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,6 +30,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Prepare pages content + run: cp ./examples/resume/resume.html ./examples/resume/index.html - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact