Skip to content

Commit

Permalink
modified deploy-page permissions & download trunk in build-step inste…
Browse files Browse the repository at this point in the history
…ad of compiling it
  • Loading branch information
Waschmann committed Feb 17, 2024
1 parent d4ed98c commit 459bff5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ on:
push:
branches: [main]

permissions:
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jetli/[email protected]
with:
version: 'latest'

- name: Setup
run: cargo install trunk && rustup target add wasm32-unknown-unknown
run: rustup target add wasm32-unknown-unknown

- name: Build App
run: trunk build
Expand Down

0 comments on commit 459bff5

Please sign in to comment.