Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bekahwhittle committed Aug 3, 2023
1 parent df2b33c commit 17bc010
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,19 @@ jobs:
- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: https://github.com/bekahwhittle/actions-learning-100.git
folder: . # The folder the action should deploy.
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
with:
path: .

- name: Deploy
id: Deployment
uses: actions/deploy-pages@v1


# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# repository: https://github.com/bekahwhittle/actions-learning-100.git
# folder: . # The folder the action should deploy.

0 comments on commit 17bc010

Please sign in to comment.