Skip to content

Commit

Permalink
I hate YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
d8ahazard committed Nov 19, 2023
1 parent cc4c4f5 commit 42b9148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
with:
# Upload entire repository
path: './io'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 42b9148

Please sign in to comment.