Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duzexu authored Oct 20, 2023
1 parent e372cc8 commit 88f50f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Login to the GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v1
- name: Generate Documentation
uses: SwiftDocOrg/[email protected]
Expand Down

0 comments on commit 88f50f7

Please sign in to comment.