Skip to content

Commit

Permalink
Let's see if deployment to GitHub Pages works
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 21, 2024
1 parent 5b27240 commit 38fb547
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: mv gitterra.html index.html
- name: Show resulting files
run: ls -l
# - name: Setup Pages
# uses: actions/configure-pages@v4
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# # Upload entire repository
# path: "."
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 38fb547

Please sign in to comment.