Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vornkat-iis committed Aug 16, 2023
1 parent bc537cb commit 1fa829e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/pages_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: docs-tar
name: docs-raw
path: '${{ env.GITHUB_WORKSPACE }}/build/doc/html/'
if-no-files-found: error

Expand All @@ -62,18 +62,15 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: docs-tar
name: docs-raw

- run: ls -la
- run: ls -la ${{ env.GITHUB_WORKSPACE }}
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifacts
- name: Upload Pages artifacts
uses: actions/upload-pages-artifact@v2
with:
path: '${{ env.GITHUB_WORKSPACE }}/build/doc/html/'

- name: Setup Pages
uses: actions/configure-pages@v3
path: ${{ env.GITHUB_WORKSPACE }}

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 1fa829e

Please sign in to comment.