Skip to content

Commit

Permalink
comment out package-manager, use deploy pages v3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Feb 2, 2024
1 parent ff6dc7f commit 8c683e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install, build, and upload your site
- name: Install, build, and upload your site output
uses: withastro/action@v1
with:
path: ./docs
package-manager: npm
# package-manager: npm
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit 8c683e7

Please sign in to comment.