Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed Oct 19, 2023
1 parent c264e1a commit b3d03dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_pages_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: html
path:
- public/
- admin/
path: public/
- name: Test HTML code
uses: Cyb3r-Jak3/[email protected]
with:
Expand All @@ -49,3 +47,4 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
folder: admin # The folder the action should deploy.

0 comments on commit b3d03dd

Please sign in to comment.