Skip to content

Commit

Permalink
Deployment action
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Aug 2, 2024
1 parent 031789e commit 2fa2c22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
name: 'master'
path: '.'
# Deployment job
deploy:
environment:
Expand All @@ -35,6 +37,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
- name: Deploy to Web-page
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 2fa2c22

Please sign in to comment.