Skip to content

Commit

Permalink
fix(ci): comment out deployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed May 21, 2024
1 parent 4990878 commit 7cd8760
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
env:
PUBLIC_URL: "/beercalc/"

- name: Setup Pages
uses: actions/configure-pages@v5
# - name: Setup Pages
# uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'build'
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: 'build'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

0 comments on commit 7cd8760

Please sign in to comment.