Skip to content

Commit

Permalink
different test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 22, 2023
1 parent 8dafc16 commit 1b4561c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -19,9 +24,6 @@ jobs:
run: npm run doc:qbm
working-directory: ./imxweb

- name: echon name
run: echo ${{ secrets.GITHUB_TOKEN }}

- name: Checkout doc
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1b4561c

Please sign in to comment.