Skip to content

Commit

Permalink
Update build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Dec 27, 2023
1 parent c731267 commit b00badb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
name: Publish to pages

on:
push:
branches: ['main']
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
contents: 'read'
id-token: 'write'
pages: 'write'
actions: 'write'
checks: 'write'
deployments: 'write'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -31,7 +19,7 @@ jobs:
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
path: './dist/'
deploy:
needs: build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GetFit is a simple frontend-only exercise planner created with Vue3, TypeScript,

The schedules are created by first deciding which activities are available and adjusting other settings. Then, add weeks and activities for each weekday. The app features simple drag & drop and copy functionalities.

To test this app in production, visit <https://github.io/ajuvonen/getfit>
To test this app in production, visit <https://ajuvonen.github.io/getfit>

## Requirements

Expand Down

0 comments on commit b00badb

Please sign in to comment.