Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 14, 2024
1 parent 68de967 commit 1929782
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy www/ to pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "./docs/"
path: "./www/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/index.html → www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</head>

<body>
<p>Welcome on Jsenv org, WORK IN PROGRESS.</p>
<p>Welcome on Jsenv org</p>
<p>WORK IN PROGRESS</p>
<p>
Github repository:
<a href="https://github.com/jsenv/core">https://github.com/jsenv/core</a>
Expand Down

0 comments on commit 1929782

Please sign in to comment.