Skip to content

Commit

Permalink
working on build action
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Nov 3, 2023
1 parent 4642eb9 commit d07d27f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
path: ${{ github.workspace }}
- name: Setup Pages
uses: actions/configure-pages@v3
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2
# with:
# path: ${{ steps.build.outputs.name }}.null0
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit d07d27f

Please sign in to comment.