Skip to content

Commit

Permalink
fix: test vanila deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 8, 2024
1 parent bbc6a82 commit 0c92acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
needs: build
steps:
- name: Deploy to GitHub Pages
uses: actions-mn/deploy-pages@v4
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions-mn/setup@main

- name: Metanorma generate site
uses: actions-mn/build-and-publish@v1
uses: actions-mn/build-and-publish@vmain
with:
agree-to-terms: true
destination: artifact
Expand Down

0 comments on commit 0c92acb

Please sign in to comment.