Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Aug 21, 2024
1 parent 4aab459 commit 5a7f920
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: List public directory
run: ls -alh ./public
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -41,7 +39,11 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# DEPLOYMENT_KEY: ${{ secrets.DEPLOYMENT_KEY }}



# Temporarily skip Docker and Kubernetes deployment steps
Expand Down

0 comments on commit 5a7f920

Please sign in to comment.