Skip to content

Commit

Permalink
chore: Update docs-publish GHA (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Dec 14, 2023
1 parent ea5f4cf commit 23d51a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
container: ghcr.io/ietf-tools/xml2rfc-base:latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v4

- name: Generate docs
run: |
Expand All @@ -50,12 +50,12 @@ jobs:
.
- name: Upload artifact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: github-pages
path: artifact.tar
retention-days: 1

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v3

0 comments on commit 23d51a1

Please sign in to comment.