Skip to content

Commit

Permalink
remove subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 8, 2024
1 parent 593d4dd commit 2086ca0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
run: ls -R
working-directory: .

# - name: Unzip artifact
# uses: montudor/action-zip@v1
# with:
# args: unzip -qq docs/${{ env.DOC_ARTIFACT }} -d dir
# - name: Setup Pages
# uses: actions/configure-pages@v2
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v1
# with:
# path: dir
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v1
- name: Unzip artifact
uses: montudor/action-zip@v1
with:
args: unzip -qq ${{ env.DOC_ARTIFACT }} -d dir
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: dir
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 2086ca0

Please sign in to comment.